diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-13 19:55:03 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-13 19:55:03 +0300 |
commit | c91300e4ce1f991a6070330c6fe2f7528dea3e10 (patch) | |
tree | a5443aa00fddeb674fc20a166c59ad53a895f2ab /app | |
parent | bc7cce92518d57ab2b62be1ba6f5215ad9762272 (diff) | |
download | gitlab-ce-c91300e4ce1f991a6070330c6fe2f7528dea3e10.tar.gz |
Remove text-shadow from header
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/main/mixins.scss | 1 | ||||
-rw-r--r-- | app/assets/stylesheets/sections/header.scss | 4 | ||||
-rw-r--r-- | app/assets/stylesheets/themes/ui_modern.scss | 1 |
3 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/stylesheets/main/mixins.scss b/app/assets/stylesheets/main/mixins.scss index 147c759ecb8..8143cfa2c81 100644 --- a/app/assets/stylesheets/main/mixins.scss +++ b/app/assets/stylesheets/main/mixins.scss @@ -52,7 +52,6 @@ @mixin header-font { color: $style_color; - text-shadow: 0 1px 1px #FFF; font-size: 16px; line-height: 44px; font-weight: normal; diff --git a/app/assets/stylesheets/sections/header.scss b/app/assets/stylesheets/sections/header.scss index 06709bd7ef6..1adbdfd9790 100644 --- a/app/assets/stylesheets/sections/header.scss +++ b/app/assets/stylesheets/sections/header.scss @@ -14,7 +14,6 @@ header { .nav > li > a { color: $style_color; - text-shadow: 0 1px 0 #fff; font-size: 14px; line-height: 32px; padding: 6px 10px; @@ -190,7 +189,6 @@ header { .nav > li > a { color: #AAA; - text-shadow: 0 1px 0 #444; &:hover, &:focus, &:active { background: none; @@ -224,7 +222,6 @@ header { background: image-url('logo-white.png') no-repeat center center; background-size: 32px; color: #fff; - text-shadow: 0 1px 1px #444; } } } @@ -236,7 +233,6 @@ header { } } color: #fff; - text-shadow: 0 1px 1px #444; } } diff --git a/app/assets/stylesheets/themes/ui_modern.scss b/app/assets/stylesheets/themes/ui_modern.scss index 17981955db1..67616a4a10d 100644 --- a/app/assets/stylesheets/themes/ui_modern.scss +++ b/app/assets/stylesheets/themes/ui_modern.scss @@ -29,7 +29,6 @@ } .nav > li > a { color: #ADC; - text-shadow: none; } .search-input { border-color: #7fd5be; |