]> git.openstreetmap.org Git - rails.git/commitdiff
Add service road and bike parking icons and update the bike rental one
authorDan Karran <dan@karran.net>
Fri, 28 May 2010 21:57:11 +0000 (22:57 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 7 Jun 2010 21:42:25 +0000 (22:42 +0100)
public/images/browse/rental_bicycle.p.20.png [deleted file]
public/images/browse/service.20.png [new file with mode: 0644]
public/images/browse/transport_parking_bicycle.p.16.png [new file with mode: 0644]
public/images/browse/transport_rental_bicycle.p.16.png [new file with mode: 0644]
public/stylesheets/browse.css

diff --git a/public/images/browse/rental_bicycle.p.20.png b/public/images/browse/rental_bicycle.p.20.png
deleted file mode 100644 (file)
index 4bb10e0..0000000
Binary files a/public/images/browse/rental_bicycle.p.20.png and /dev/null differ
diff --git a/public/images/browse/service.20.png b/public/images/browse/service.20.png
new file mode 100644 (file)
index 0000000..b28d744
Binary files /dev/null and b/public/images/browse/service.20.png differ
diff --git a/public/images/browse/transport_parking_bicycle.p.16.png b/public/images/browse/transport_parking_bicycle.p.16.png
new file mode 100644 (file)
index 0000000..ff988ba
Binary files /dev/null and b/public/images/browse/transport_parking_bicycle.p.16.png differ
diff --git a/public/images/browse/transport_rental_bicycle.p.16.png b/public/images/browse/transport_rental_bicycle.p.16.png
new file mode 100644 (file)
index 0000000..edf986c
Binary files /dev/null and b/public/images/browse/transport_rental_bicycle.p.16.png differ
index 38feddf149ebf85d84f9e9cc18b23a9c61c07a61..ecd24bccf8c052f20db0f0f1ed11e08b32a84269 100644 (file)
@@ -8,7 +8,8 @@
 .amenity.atm { background: url(/images/browse/atm2.p.16.png) no-repeat center left; }
 .amenity.bank { background: url(/images/browse/bank2.p.16.png) no-repeat center left; }
 .amenity.bar { background: url(/images/browse/bar.p.16.png) no-repeat center left; }
-.amenity.bicycle_rental { background: url(/images/browse/rental_bicycle.p.20.png) no-repeat center left; }
+.amenity.bicycle_parking { background: url(/images/browse/transport_parking_bicycle.p.16.png) no-repeat center left; }
+.amenity.bicycle_rental { background: url(/images/browse/transport_rental_bicycle.p.16.png) no-repeat center left; }
 .amenity.bus_station { background: url(/images/browse/bus_station.n.16.png) no-repeat center left; }
 .amenity.cafe { background: url(/images/browse/cafe.p.16.png) no-repeat center left; }
 .amenity.car_sharing { background: url(/images/browse/car_share.p.16.png) no-repeat center left; }
@@ -82,6 +83,7 @@
 .highway.primary_link { background: url(/images/browse/primary.20.png) no-repeat center left; }
 .highway.residential { background: url(/images/browse/unclassified.20.png) no-repeat center left; }
 .highway.secondary { background: url(/images/browse/secondary.20.png) no-repeat center left; }
+.highway.service { background: url(/images/browse/service.20.png) no-repeat center left; }
 .highway.trunk { background: url(/images/browse/trunk.20.png) no-repeat center left; }
 .highway.trunk_link { background: url(/images/browse/trunk.20.png) no-repeat center left; }
 .highway.unclassified { background: url(/images/browse/unclassified.20.png) no-repeat center left; }