X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/601f1609ab112b8fea55124dd6c04b3964992759..4399cc793fdc33b181f35398e4421b03888ed9c6:/app/assets/stylesheets/browse.scss diff --git a/app/assets/stylesheets/browse.scss b/app/assets/stylesheets/browse.scss index f8e13a558..f497a22d8 100644 --- a/app/assets/stylesheets/browse.scss +++ b/app/assets/stylesheets/browse.scss @@ -74,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'); } @@ -98,6 +98,7 @@ .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'); }