X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5521f6ea9eaaee6c39570421b65cbc4e855fcca2..ba9456066f74814fe4e8929a4467caa2c5c6ba9f:/app/assets/stylesheets/browse.css.scss diff --git a/app/assets/stylesheets/browse.css.scss b/app/assets/stylesheets/browse.css.scss index 1c7b391b5..ff9dad9b4 100644 --- a/app/assets/stylesheets/browse.css.scss +++ b/app/assets/stylesheets/browse.css.scss @@ -1,14 +1,5 @@ /* 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 { @@ -142,6 +133,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'); }