X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ed4879b14a2329a020ea8d84f52f541cab7ee62d..a70b61315c2331c18123a0b36782d6ef6bb3ab3e:/app/assets/stylesheets/browse.css.scss diff --git a/app/assets/stylesheets/browse.css.scss b/app/assets/stylesheets/browse.css.scss index 179f0c102..0aa762a12 100644 --- a/app/assets/stylesheets/browse.css.scss +++ b/app/assets/stylesheets/browse.css.scss @@ -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 */