Commit c91300e4ce1f991a6070330c6fe2f7528dea3e10

Authored by Dmitriy Zaporozhets
1 parent bc7cce92

Remove text-shadow from header

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/assets/stylesheets/main/mixins.scss
@@ -52,7 +52,6 @@ @@ -52,7 +52,6 @@
52 52
53 @mixin header-font { 53 @mixin header-font {
54 color: $style_color; 54 color: $style_color;
55 - text-shadow: 0 1px 1px #FFF;  
56 font-size: 16px; 55 font-size: 16px;
57 line-height: 44px; 56 line-height: 44px;
58 font-weight: normal; 57 font-weight: normal;
app/assets/stylesheets/sections/header.scss
@@ -14,7 +14,6 @@ header { @@ -14,7 +14,6 @@ header {
14 14
15 .nav > li > a { 15 .nav > li > a {
16 color: $style_color; 16 color: $style_color;
17 - text-shadow: 0 1px 0 #fff;  
18 font-size: 14px; 17 font-size: 14px;
19 line-height: 32px; 18 line-height: 32px;
20 padding: 6px 10px; 19 padding: 6px 10px;
@@ -190,7 +189,6 @@ header { @@ -190,7 +189,6 @@ header {
190 189
191 .nav > li > a { 190 .nav > li > a {
192 color: #AAA; 191 color: #AAA;
193 - text-shadow: 0 1px 0 #444;  
194 192
195 &:hover, &:focus, &:active { 193 &:hover, &:focus, &:active {
196 background: none; 194 background: none;
@@ -224,7 +222,6 @@ header { @@ -224,7 +222,6 @@ header {
224 background: image-url('logo-white.png') no-repeat center center; 222 background: image-url('logo-white.png') no-repeat center center;
225 background-size: 32px; 223 background-size: 32px;
226 color: #fff; 224 color: #fff;
227 - text-shadow: 0 1px 1px #444;  
228 } 225 }
229 } 226 }
230 } 227 }
@@ -236,7 +233,6 @@ header { @@ -236,7 +233,6 @@ header {
236 } 233 }
237 } 234 }
238 color: #fff; 235 color: #fff;
239 - text-shadow: 0 1px 1px #444;  
240 } 236 }
241 } 237 }
242 238
app/assets/stylesheets/themes/ui_modern.scss
@@ -29,7 +29,6 @@ @@ -29,7 +29,6 @@
29 } 29 }
30 .nav > li > a { 30 .nav > li > a {
31 color: #ADC; 31 color: #ADC;
32 - text-shadow: none;  
33 } 32 }
34 .search-input { 33 .search-input {
35 border-color: #7fd5be; 34 border-color: #7fd5be;