]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Improve error handling for routing engines
[rails.git] / app / assets / stylesheets / common.scss
index 009082e2893937ae7d26ac89d5b0f8bdfe44be89..9b795aeab7aeaa36329a4bbf4fb1d1ab4e40819c 100644 (file)
@@ -151,13 +151,14 @@ small, aside {
 /* Rules for icons */
 
 .icon {
-  display:inline-block;
-  vertical-align:top;
-  width:20px;
-  height:20px;
-  background:transparent image-url("sprite.png") no-repeat 0 0;
-  text-indent:-9999px;
-  overflow:hidden;
+  display: inline-block;
+  vertical-align: top;
+  width: 20px;
+  height: 20px;
+  background: transparent image-url("sprite.png") no-repeat 0 0;
+  background-image: image-url("sprite.svg");
+  text-indent: -9999px;
+  overflow: hidden;
 }
 
 .icon.search      { background-position: 0 0; }