]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/browse.css.scss
Don't show http-only routers to users on https
[rails.git] / app / assets / stylesheets / browse.css.scss
index 179f0c10223518b1fc535ba23a4cebd1e47533ba..0aa762a12c2150a3132aad594bc89117c149b98e 100644 (file)
@@ -1,19 +1,15 @@
 /* Make space for icons */
 
-li.node::before,
-li.way::before,
-li.relation::before,
-a.node:first-child::before,
-a.way:first-child::before,
-a.relation:first-child::before {
-  margin-left: -25px;
-}
-
 .node::before,
 .way::before,
 .relation::before {
   display: inline-block;
   width: 25px;
+  margin-left: -25px;
+}
+
+.node, .way, .relation {
+  margin-left: 25px;
 }
 
 /* Deleted objects */