Use rails image-url herlper
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
0b0ba8be7f
commit
3b8b396ccd
1 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@ header {
|
|||
|
||||
h1 {
|
||||
margin: 0;
|
||||
background: url('logo-black.png') no-repeat center center;
|
||||
background: image-url('logo-black.png') no-repeat center center;
|
||||
background-size: 32px;
|
||||
float: left;
|
||||
height: 46px;
|
||||
|
@ -220,7 +220,7 @@ header {
|
|||
.app_logo {
|
||||
a {
|
||||
h1 {
|
||||
background: url('logo-white.png') no-repeat center center;
|
||||
background: image-url('logo-white.png') no-repeat center center;
|
||||
background-size: 32px;
|
||||
color: #fff;
|
||||
text-shadow: 0 1px 1px #444;
|
||||
|
|
Loading…
Reference in a new issue