/* 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 {
.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'); }