Commit e303b86ecf31d5128f6704b2116a2d00416db07a
1 parent
bdc4719aaf
Exists in
master
and in
1 other branch
Fix css a lil
Showing 1 changed file with 1 additions and 4 deletions Side-by-side Diff
flashy.css
View file @
e303b86
... | ... | @@ -35,10 +35,6 @@ |
35 | 35 | margin-right: 0; |
36 | 36 | } |
37 | 37 | |
38 | -.side-nav a { | |
39 | - line-height: normal; | |
40 | -} | |
41 | - | |
42 | 38 | ul.side-nav.fixed li { |
43 | 39 | font-size:24px; |
44 | 40 | } |
... | ... | @@ -46,6 +42,7 @@ |
46 | 42 | ul.side-nav.fixed li.class a{ |
47 | 43 | font-size:24px; |
48 | 44 | height: 36px; |
45 | + line-height: normal; | |
49 | 46 | } |
50 | 47 | |
51 | 48 | ul.side-nav.fixed li a { |