Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-10 13:32:43 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-10 13:32:43 +0400
commit620e83d01a48b2f64102232883522f00249a8f5b (patch)
tree9a9575fff5729e91b0083ec6ded67e261e64dfb2 /app
parent5e1b9360b45a261e2cc6af537ef442a4b14dd615 (diff)
fixed line height for top panel
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/ui_basic.scss4
-rw-r--r--app/assets/stylesheets/ui_mars.scss2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/ui_basic.scss b/app/assets/stylesheets/ui_basic.scss
index f78f4422d8e..8efe01b8f23 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 fb0b59dfbd6..34902879418 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;