From: Tom Hughes Date: Sun, 12 May 2013 13:24:07 +0000 (+0100) Subject: Restore rule for landuse=tourism and rename tourist.png to tourism.png X-Git-Tag: live~5017 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/3e92f1991e68ffc53599d01cdc357e2c69dd9ab7?ds=sidebyside Restore rule for landuse=tourism and rename tourist.png to tourism.png --- diff --git a/app/assets/images/browse/tourist.png b/app/assets/images/browse/tourism.png similarity index 100% rename from app/assets/images/browse/tourist.png rename to app/assets/images/browse/tourism.png diff --git a/app/assets/stylesheets/browse.css.scss b/app/assets/stylesheets/browse.css.scss index 1c7b391b5..179f0c102 100644 --- a/app/assets/stylesheets/browse.css.scss +++ b/app/assets/stylesheets/browse.css.scss @@ -142,6 +142,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'); }