Commit 620e83d0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

fixed line height for top panel

parent 5e1b9360
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
float:left; float:left;
margin-left:5px; margin-left:5px;
font-size:20px; font-size:20px;
line-height:34px; line-height:36px;
font-weight:bold; font-weight:bold;
color:#aaa; color:#aaa;
text-shadow: 0 1px 1px #FFF; text-shadow: 0 1px 1px #FFF;
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
margin:0; margin:0;
margin-right:30px; margin-right:30px;
font-size:20px; font-size:20px;
line-height:34px; line-height:36px;
font-weight:bold; font-weight:bold;
color:$style_color; color:$style_color;
text-shadow: 0 1px 1px #FFF; text-shadow: 0 1px 1px #FFF;
......
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
margin:0; margin:0;
margin-right:30px; margin-right:30px;
font-size:20px; font-size:20px;
line-height:34px; line-height:38px;
font-weight:bold; font-weight:bold;
color:#fff; color:#fff;
text-shadow: 0 1px 1px #111; text-shadow: 0 1px 1px #111;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment