fix small style things that Justine ponted out

This commit is contained in:
Lisa Passing 2015-03-11 11:43:34 +01:00
parent 9661bd11fd
commit 3405d2fa38
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,6 @@
$font-size-m: 16px $font-size-m: 16px
$font-size-sm: 14px
$line-height-m: 1.3 $line-height-m: 1.3
// colors // colors

View File

@ -14,7 +14,9 @@
margin: 0 margin: 0
font-weight: 400 font-weight: 400
font-size: 35px font-size: 35px
a:hover a
color: $grey3
&:hover
text-decoration: underline text-decoration: underline
.repo-header-icons .repo-header-icons

View File

@ -1,6 +1,7 @@
.tabnav .tabnav
color: $grey2 color: $grey2
font-size: $font-size-sm
ul ul
@include resetul @include resetul
width: 100% width: 100%
@ -24,7 +25,7 @@
content: "" content: ""
position: absolute position: absolute
left: 0 left: 0
bottom: -3px bottom: -0.25em
width: 100% width: 100%
height: 2px height: 2px
background-color: $teal2 background-color: $teal2