From 3e92f1991e68ffc53599d01cdc357e2c69dd9ab7 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 12 May 2013 14:24:07 +0100 Subject: [PATCH] Restore rule for landuse=tourism and rename tourist.png to tourism.png --- .../images/browse/{tourist.png => tourism.png} | Bin app/assets/stylesheets/browse.css.scss | 1 + 2 files changed, 1 insertion(+) rename app/assets/images/browse/{tourist.png => tourism.png} (100%) 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'); } -- 2.43.2