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