X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/835eff634651a98602897a1fbdaa4a6426beedb1..73214da35de30b3466cf8d0ab751955ec9292ec4:/app/assets/stylesheets/browse.scss diff --git a/app/assets/stylesheets/browse.scss b/app/assets/stylesheets/browse.scss index b2194f627..a80966ee1 100644 --- a/app/assets/stylesheets/browse.scss +++ b/app/assets/stylesheets/browse.scss @@ -58,6 +58,7 @@ .amenity.recycling::before { content: image-url('browse/amenity_recycling.16.png'); } .amenity.school::before { content: image-url('browse/education_school.p.16.png'); } .amenity.shelter::before { content: image-url('browse/shelter2.p.16.png'); } + .amenity.taxi::before { content: image-url('browse/amenity_taxi.16.png'); } .amenity.telephone::before { content: image-url('browse/telephone.p.16.png'); } .amenity.theatre::before { content: image-url('browse/amenity_theatre.16.png'); } .amenity.toilets::before { content: image-url('browse/amenity_toilets.16.png'); } @@ -73,7 +74,7 @@ .highway.traffic_signals::before { content: image-url('browse/traffic_light.png'); } .highway.turning_circle::before { content: image-url('browse/turning_circle.p.16.png'); } - .historic.archaeological_site { content: image-url('browse/historic_archaeological_site.16.png'); } + .historic.archaeological_site::before { content: image-url('browse/historic_archaeological_site.16.png'); } .historic.castle::before { content: image-url('browse/tourist_castle.p.16.png'); } .historic.memorial::before { content: image-url('browse/historic_memorial.16.png'); } .historic.monument::before { content: image-url('browse/historic_monument.16.png'); } @@ -81,7 +82,8 @@ .historic.wreck::before { content: image-url('browse/tourist_wreck.p.16.png'); } .man_made.lighthouse::before { content: image-url('browse/man_made_lighthouse.16.png'); } - .man_made.windmill::before { content: image-url('browse/tourist_windmill.p.16.png'); } + .man_made.water_tower::before { content: image-url('browse/man_made_water_tower.16.png'); } + .man_made.windmill::before { content: image-url('browse/man_made_windmill.16.png'); } .natural.tree::before { content: image-url('browse/tree.p.16.png'); } @@ -90,12 +92,13 @@ .railway.level_crossing::before { content: image-url('browse/level_crossing.p.16.png'); } .shop::before { content: image-url('browse/shop_convenience.p.16.png'); } - .shop.alcohol::before { content: image-url('browse/shop_alcohol.16.pn'); } + .shop.alcohol::before { content: image-url('browse/shop_alcohol.16.png'); } .shop.bakery::before { content: image-url('browse/shop_bakery.16.png'); } .shop.bicycle::before { content: image-url('browse/shop_bicycle.16.png'); } .shop.books::before { content: image-url('browse/shop_books.16.png'); } .shop.butcher::before { content: image-url('browse/shop_butcher.p.16.png'); } .shop.clothes::before { content: image-url('browse/shop_clothes.16.png'); } + .shop.car_parts::before { content: image-url('browse/shop_car_parts.16.png'); } .shop.car_repair::before { content: image-url('browse/shop_car_repair.16.png'); } .shop.convenience::before { content: image-url('browse/shop_convenience.p.16.png'); } .shop.diy::before { content: image-url('browse/shop_doityourself.16.png'); } @@ -121,8 +124,8 @@ .tourism.alpine_hut::before { content: image-url('browse/alpinehut.p.16.png'); } .tourism.camp_site::before { content: image-url('browse/tourism_camp_site.16.png'); } .tourism.caravan_site::before { content: image-url('browse/tourism_caravan_site.16.png'); } - .tourism.hostel::before { content: image-url('browse/hostel.p.16.png'); } - .tourism.hotel::before { content: image-url('browse/hotel.p.16.png'); } + .tourism.hostel::before { content: image-url('browse/tourism_hostel.16.png'); } + .tourism.hotel::before { content: image-url('browse/tourism_hotel.16.png'); } .tourism.motel::before { content: image-url('browse/tourism_motel.16.png'); } .tourism.museum::before { content: image-url('browse/tourism_museum.16.png'); } .tourism.picnic_site::before { content: image-url('browse/tourism_picnic_site.16.png'); } @@ -175,6 +178,7 @@ .leisure.playground::before { content: image-url('browse/leisure_playground.16.png'); } .leisure.pitch::before { content: image-url('browse/pitch.png'); } .leisure.nature_reserve::before { content: image-url('browse/reserve.png'); } + .leisure.water_park::before { content: image-url('browse/leisure_water_park.16.png'); } .natural.heath::before { content: image-url('browse/heathland.png'); } .natural.water::before { content: image-url('browse/lake.png'); }