]> git.openstreetmap.org Git - rails.git/commitdiff
Remove style rule for landuse=tourism as tourism.png doesn't exist
authorTom Hughes <tom@compton.nu>
Sun, 12 May 2013 12:00:04 +0000 (13:00 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 12 May 2013 12:00:44 +0000 (13:00 +0100)
app/assets/stylesheets/browse.css.scss

index 179f0c10223518b1fc535ba23a4cebd1e47533ba..1c7b391b516bf677aa0b5c75a70de188fddf2f3d 100644 (file)
@@ -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'); }