X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7eb01eb31392bcf3bf3cb0c25053e1002bd678b3..e316f0e425cc934295c8e64cdcf03f00899f287c:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 7a07c378e..ecdb40b44 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -256,7 +256,7 @@ h2 { text-transform: capitalize; padding-left: 0px; padding-right: 0px; - background: url(sprite.png); + background: image-url("sprite.png"); position: absolute; top: 5px; cursor: pointer; @@ -308,7 +308,7 @@ h2 { border: 0px; padding-left: 0px; padding-right: 0px; - background: url(sprite.png) 0 -30px no-repeat; + background: image-url("sprite.png") 0 -30px no-repeat; position: absolute; top: 8px; }