]> git.openstreetmap.org Git - rails.git/commitdiff
Adding health related icons
authorDan Karran <dan@karran.net>
Sat, 29 May 2010 13:46:35 +0000 (14:46 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 7 Jun 2010 21:43:01 +0000 (22:43 +0100)
public/images/browse/health_dentist.p.16.png [new file with mode: 0644]
public/images/browse/health_doctors.p.16.png [new file with mode: 0644]
public/images/browse/health_opticians.p.16.png [new file with mode: 0644]
public/images/browse/health_veterinary.p.16.png [new file with mode: 0644]
public/stylesheets/browse.css

diff --git a/public/images/browse/health_dentist.p.16.png b/public/images/browse/health_dentist.p.16.png
new file mode 100644 (file)
index 0000000..e3219f7
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 (file)
index 0000000..9cdc469
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 (file)
index 0000000..d89ff56
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 (file)
index 0000000..dd8ee16
Binary files /dev/null and b/public/images/browse/health_veterinary.p.16.png differ
index 07a4b207a6d0f388dec3312a66634d5c7da66fb7..8d041aa9d0cb7e3a768cf6f2fd1e1427fa28b1a0 100644 (file)
@@ -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; }