Restore rule for landuse=tourism and rename tourist.png to tourism.png

This commit is contained in:
Tom Hughes 2013-05-12 14:24:07 +01:00
parent 340c28127f
commit 3e92f1991e
2 changed files with 1 additions and 0 deletions

View file

Before

Width:  |  Height:  |  Size: 161 B

After

Width:  |  Height:  |  Size: 161 B

Before After
Before After

View file

@ -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'); }