X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5521f6ea9eaaee6c39570421b65cbc4e855fcca2..a70b61315c2331c18123a0b36782d6ef6bb3ab3e:/app/assets/stylesheets/browse.css.scss diff --git a/app/assets/stylesheets/browse.css.scss b/app/assets/stylesheets/browse.css.scss index 1c7b391b5..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 */ @@ -142,6 +138,7 @@ a.relation:first-child::before { .landuse.military::before { content: image-url('browse/military.png'); } .landuse.residential::before { content: image-url('browse/residential.png'); } .landuse.retail::before { content: image-url('browse/retail.png'); } +.landuse.tourism::before { content: image-url('browse/tourism.png'); } .landuse.wood::before { content: image-url('browse/wood.png'); } .leisure.golf_course::before { content: image-url('browse/golf.png'); }