Commit 620e83d01a48b2f64102232883522f00249a8f5b

Authored by Dmitriy Zaporozhets
1 parent 5e1b9360

fixed line height for top panel

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
... ... @@ -115,7 +115,7 @@
115 115 margin:0;
116 116 margin-right:30px;
117 117 font-size:20px;
118   - line-height:34px;
  118 + line-height:38px;
119 119 font-weight:bold;
120 120 color:#fff;
121 121 text-shadow: 0 1px 1px #111;
... ...