From: Dan Karran Date: Sat, 29 May 2010 13:46:35 +0000 (+0100) Subject: Adding health related icons X-Git-Tag: live~6304^2~10 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/870e22b1d915017f0e8816d198c0780c8a3b6352?hp=af217ca1403664255d9e116d8e504facb1bd57f8 Adding health related icons --- diff --git a/public/images/browse/health_dentist.p.16.png b/public/images/browse/health_dentist.p.16.png new file mode 100644 index 000000000..e3219f792 Binary files /dev/null and b/public/images/browse/health_dentist.p.16.png differ diff --git a/public/images/browse/health_doctors.p.16.png b/public/images/browse/health_doctors.p.16.png new file mode 100644 index 000000000..9cdc46914 Binary files /dev/null and b/public/images/browse/health_doctors.p.16.png differ diff --git a/public/images/browse/health_opticians.p.16.png b/public/images/browse/health_opticians.p.16.png new file mode 100644 index 000000000..d89ff568f Binary files /dev/null and b/public/images/browse/health_opticians.p.16.png differ diff --git a/public/images/browse/health_veterinary.p.16.png b/public/images/browse/health_veterinary.p.16.png new file mode 100644 index 000000000..dd8ee1699 Binary files /dev/null and b/public/images/browse/health_veterinary.p.16.png differ diff --git a/public/stylesheets/browse.css b/public/stylesheets/browse.css index 07a4b207a..8d041aa9d 100644 --- a/public/stylesheets/browse.css +++ b/public/stylesheets/browse.css @@ -17,6 +17,8 @@ .amenity.car_rental { background: url(/images/browse/transport_rental_car.p.16.png) no-repeat center left; } .amenity.car_sharing { background: url(/images/browse/car_share.p.16.png) no-repeat center left; } .amenity.cinema { background: url(/images/browse/cinema.p.16.png) no-repeat center left; } +.amenity.dentist { background: url(/images/browse/health_dentist.p.16.png) no-repeat center left; } +.amenity.doctors { background: url(/images/browse/health_doctors.p.16.png) no-repeat center left; } .amenity.drinking_water { background: url(/images/browse/drinkingtap.p.16.png) no-repeat center left; } .amenity.fast_food { background: url(/images/browse/fast_food.p.16.png) no-repeat center left; } .amenity.fire_station { background: url(/images/browse/firestation.p.16.png) no-repeat center left; } @@ -40,6 +42,7 @@ .amenity.theatre { background: url(/images/browse/theatre.p.16.png) no-repeat center left; } .amenity.toilets { background: url(/images/browse/toilets.p.16.png) no-repeat center left; } .amenity.university { background: url(/images/browse/education_university.p.16.png) no-repeat center left; } +.amenity.veterinary { background: url(/images/browse/health_veterinary.p.16.png) no-repeat center left; } .barrier.gate { background: url(/images/browse/gate2.p.16.png) no-repeat center left; }