fix lists

This commit is contained in:
Lisa Passing 2015-02-06 13:51:53 +01:00
parent caebbde09c
commit aed549fd51
4 changed files with 7 additions and 3 deletions

View File

@ -17,5 +17,8 @@
&:after
clear: both
@mixin resetul
margin: 0
padding: 0
list-style: none

View File

@ -1,7 +1,7 @@
#accounts,
#repos
margin: 0
@include resetul
&.open li .info
display: block

View File

@ -1,7 +1,7 @@
#main
h3
margin: 10px 60px 0 0
margin: 0 5px 0 0
font-size: $font-size-huge
a
color: $main-repo-link-color

View File

@ -1,5 +1,6 @@
.tabs
@include resetul
li
height: 28px
vertical-align: top