Commit 3b8b396ccd30a65789c423c211de986cb757456d
1 parent
0b0ba8be
Exists in
spb-stable
and in
3 other branches
Use rails image-url herlper
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/sections/header.scss
@@ -108,7 +108,7 @@ header { | @@ -108,7 +108,7 @@ header { | ||
108 | 108 | ||
109 | h1 { | 109 | h1 { |
110 | margin: 0; | 110 | margin: 0; |
111 | - background: url('logo-black.png') no-repeat center center; | 111 | + background: image-url('logo-black.png') no-repeat center center; |
112 | background-size: 32px; | 112 | background-size: 32px; |
113 | float: left; | 113 | float: left; |
114 | height: 46px; | 114 | height: 46px; |
@@ -220,7 +220,7 @@ header { | @@ -220,7 +220,7 @@ header { | ||
220 | .app_logo { | 220 | .app_logo { |
221 | a { | 221 | a { |
222 | h1 { | 222 | h1 { |
223 | - background: url('logo-white.png') no-repeat center center; | 223 | + background: image-url('logo-white.png') no-repeat center center; |
224 | background-size: 32px; | 224 | background-size: 32px; |
225 | color: #fff; | 225 | color: #fff; |
226 | text-shadow: 0 1px 1px #444; | 226 | text-shadow: 0 1px 1px #444; |