From: Tom Hughes Date: Sun, 12 May 2013 12:00:04 +0000 (+0100) Subject: Remove style rule for landuse=tourism as tourism.png doesn't exist X-Git-Tag: live~4987 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/5521f6ea9eaaee6c39570421b65cbc4e855fcca2 Remove style rule for landuse=tourism as tourism.png doesn't exist --- diff --git a/app/assets/stylesheets/browse.css.scss b/app/assets/stylesheets/browse.css.scss index 179f0c102..1c7b391b5 100644 --- a/app/assets/stylesheets/browse.css.scss +++ b/app/assets/stylesheets/browse.css.scss @@ -142,7 +142,6 @@ 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'); }