Merge branch 'asset-path-in-scss' into 'master'

Use rails scss image-url herlper
This commit is contained in:
Dmitriy Zaporozhets 2014-02-12 06:55:26 +00:00
commit 331d957625
1 changed files with 2 additions and 2 deletions

View File

@ -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;