Commit 620e83d01a48b2f64102232883522f00249a8f5b
1 parent
5e1b9360
Exists in
master
and in
4 other branches
fixed line height for top panel
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
app/assets/stylesheets/ui_basic.scss
... | ... | @@ -51,7 +51,7 @@ |
51 | 51 | float:left; |
52 | 52 | margin-left:5px; |
53 | 53 | font-size:20px; |
54 | - line-height:34px; | |
54 | + line-height:36px; | |
55 | 55 | font-weight:bold; |
56 | 56 | color:#aaa; |
57 | 57 | text-shadow: 0 1px 1px #FFF; |
... | ... | @@ -94,7 +94,7 @@ |
94 | 94 | margin:0; |
95 | 95 | margin-right:30px; |
96 | 96 | font-size:20px; |
97 | - line-height:34px; | |
97 | + line-height:36px; | |
98 | 98 | font-weight:bold; |
99 | 99 | color:$style_color; |
100 | 100 | text-shadow: 0 1px 1px #FFF; | ... | ... |
app/assets/stylesheets/ui_mars.scss