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,7 +51,7 @@ | ||
51 | float:left; | 51 | float:left; |
52 | margin-left:5px; | 52 | margin-left:5px; |
53 | font-size:20px; | 53 | font-size:20px; |
54 | - line-height:34px; | 54 | + line-height:36px; |
55 | font-weight:bold; | 55 | font-weight:bold; |
56 | color:#aaa; | 56 | color:#aaa; |
57 | text-shadow: 0 1px 1px #FFF; | 57 | text-shadow: 0 1px 1px #FFF; |
@@ -94,7 +94,7 @@ | @@ -94,7 +94,7 @@ | ||
94 | margin:0; | 94 | margin:0; |
95 | margin-right:30px; | 95 | margin-right:30px; |
96 | font-size:20px; | 96 | font-size:20px; |
97 | - line-height:34px; | 97 | + line-height:36px; |
98 | font-weight:bold; | 98 | font-weight:bold; |
99 | color:$style_color; | 99 | color:$style_color; |
100 | text-shadow: 0 1px 1px #FFF; | 100 | text-shadow: 0 1px 1px #FFF; |
app/assets/stylesheets/ui_mars.scss
@@ -115,7 +115,7 @@ | @@ -115,7 +115,7 @@ | ||
115 | margin:0; | 115 | margin:0; |
116 | margin-right:30px; | 116 | margin-right:30px; |
117 | font-size:20px; | 117 | font-size:20px; |
118 | - line-height:34px; | 118 | + line-height:38px; |
119 | font-weight:bold; | 119 | font-weight:bold; |
120 | color:#fff; | 120 | color:#fff; |
121 | text-shadow: 0 1px 1px #111; | 121 | text-shadow: 0 1px 1px #111; |