From: Dan Karran Date: Sun, 30 May 2010 19:10:33 +0000 (+0100) Subject: Using generic place_of_worship icon instead of Christian one X-Git-Tag: live~6387^2~9 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2bb92dfcf5d249cdbae995b4257ee79145081099?ds=sidebyside Using generic place_of_worship icon instead of Christian one --- diff --git a/public/images/browse/place_of_worship_unknown3.p.16.png b/public/images/browse/place_of_worship_unknown3.p.16.png new file mode 100644 index 000000000..08b832963 Binary files /dev/null and b/public/images/browse/place_of_worship_unknown3.p.16.png differ diff --git a/public/stylesheets/browse.css b/public/stylesheets/browse.css index 8d041aa9d..78745de4b 100644 --- a/public/stylesheets/browse.css +++ b/public/stylesheets/browse.css @@ -28,7 +28,7 @@ .amenity.nursery { background: url(/images/browse/education_nursery.p.16.png) no-repeat center left; } .amenity.parking { background: url(/images/browse/parking.p.16.png) no-repeat center left; } .amenity.pharmacy { background: url(/images/browse/pharmacy.p.16.png) no-repeat center left; } -.amenity.place_of_worship { background: url(/images/browse/place_of_worship.png) no-repeat center left; } +.amenity.place_of_worship { background: url(/images/browse/place_of_worship_unknown3.p.16.png) no-repeat center left; } .amenity.police { background: url(/images/browse/police.p.16.png) no-repeat center left; } .amenity.post_box { background: url(/images/browse/post_box.p.16.png) no-repeat center left; } .amenity.post_office { background: url(/images/browse/post_office.p.16.png) no-repeat center left; }