From 620e83d01a48b2f64102232883522f00249a8f5b Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 10 Mar 2012 11:32:43 +0200 Subject: [PATCH] fixed line height for top panel --- app/assets/stylesheets/ui_basic.scss | 4 ++-- app/assets/stylesheets/ui_mars.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/ui_basic.scss b/app/assets/stylesheets/ui_basic.scss index f78f4422..8efe01b8 100644 --- a/app/assets/stylesheets/ui_basic.scss +++ b/app/assets/stylesheets/ui_basic.scss @@ -51,7 +51,7 @@ float:left; margin-left:5px; font-size:20px; - line-height:34px; + line-height:36px; font-weight:bold; color:#aaa; text-shadow: 0 1px 1px #FFF; @@ -94,7 +94,7 @@ margin:0; margin-right:30px; font-size:20px; - line-height:34px; + line-height:36px; font-weight:bold; color:$style_color; text-shadow: 0 1px 1px #FFF; diff --git a/app/assets/stylesheets/ui_mars.scss b/app/assets/stylesheets/ui_mars.scss index fb0b59df..34902879 100644 --- a/app/assets/stylesheets/ui_mars.scss +++ b/app/assets/stylesheets/ui_mars.scss @@ -115,7 +115,7 @@ margin:0; margin-right:30px; font-size:20px; - line-height:34px; + line-height:38px; font-weight:bold; color:#fff; text-shadow: 0 1px 1px #111;