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 &:after
clear: both clear: both
@mixin resetul
margin: 0
padding: 0
list-style: none

View File

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

View File

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

View File

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