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