fix lists
This commit is contained in:
parent
caebbde09c
commit
aed549fd51
|
@ -17,5 +17,8 @@
|
|||
&:after
|
||||
clear: both
|
||||
|
||||
|
||||
@mixin resetul
|
||||
margin: 0
|
||||
padding: 0
|
||||
list-style: none
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
#accounts,
|
||||
#repos
|
||||
margin: 0
|
||||
@include resetul
|
||||
&.open li .info
|
||||
display: block
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
.tabs
|
||||
@include resetul
|
||||
li
|
||||
height: 28px
|
||||
vertical-align: top
|
||||
|
|
Loading…
Reference in New Issue
Block a user