Commit c91300e4ce1f991a6070330c6fe2f7528dea3e10
1 parent
bc7cce92
Exists in
spb-stable
and in
2 other branches
Remove text-shadow from header
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
3 changed files
with
0 additions
and
6 deletions
Show diff stats
app/assets/stylesheets/main/mixins.scss
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 | ... | ... |