X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/209cf52ac21feda1a26ff5c8bcf8ad5e295ee40a..b913df606c37f4b4a22230256031abc14052c02d:/public/stylesheets/browse.css diff --git a/public/stylesheets/browse.css b/public/stylesheets/browse.css index 38feddf14..ecd24bccf 100644 --- a/public/stylesheets/browse.css +++ b/public/stylesheets/browse.css @@ -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; }