From 2bb92dfcf5d249cdbae995b4257ee79145081099 Mon Sep 17 00:00:00 2001 From: Dan Karran Date: Sun, 30 May 2010 20:10:33 +0100 Subject: [PATCH] Using generic place_of_worship icon instead of Christian one --- .../browse/place_of_worship_unknown3.p.16.png | Bin 0 -> 198 bytes public/stylesheets/browse.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 public/images/browse/place_of_worship_unknown3.p.16.png 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 0000000000000000000000000000000000000000..08b8329632dc178d94ae9ef23efeed3dcfeb494a GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt`Do-U3d z7QJsTT5}yr5O95X{z;Z4y$zegpidjCW43bgQ2*H4e<)cKZc$WPUz;AYh2)9rm~{&sHMP~4{yXTGyJirKlodG+Kpu4 t57sijj_NSx&E3NF>R)fjxo>~44$rjF6*2UngDVUO-KL$ literal 0 HcmV?d00001 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; } -- 2.43.2