X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/601f1609ab112b8fea55124dd6c04b3964992759..58e95f7ea46accda6359b187ce5936aad4ac5945:/app/assets/stylesheets/browse.scss diff --git a/app/assets/stylesheets/browse.scss b/app/assets/stylesheets/browse.scss index f8e13a558..2db397a07 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'); } @@ -92,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'); } @@ -162,14 +163,16 @@ .landuse.brownfield::before { content: image-url('browse/brownfield.png'); } .landuse.cemetery::before { content: image-url('browse/cemetery.png'); } .landuse.commercial::before { content: image-url('browse/commercial.png'); } - .landuse.farm::before { content: image-url('browse/farm.png'); } + .landuse.farmland::before { content: image-url('browse/farmland.png'); } + .landuse.farmyard::before { content: image-url('browse/farmyard.png'); } .landuse.forest::before { content: image-url('browse/forest.png'); } + .landuse.grass::before { content: image-url('browse/grass.png'); } .landuse.industrial::before { content: image-url('browse/industrial.png'); } + .landuse.meadow::before { content: image-url('browse/meadow.png'); } .landuse.military::before { content: image-url('browse/military.png'); } .landuse.residential::before { content: image-url('browse/residential.png'); } .landuse.retail::before { content: image-url('browse/retail.png'); } .landuse.tourism::before { content: image-url('browse/tourism.png'); } - .landuse.wood::before { content: image-url('browse/wood.png'); } .leisure.golf_course::before { content: image-url('browse/golf.png'); } .leisure.park::before { content: image-url('browse/park.png'); } @@ -179,8 +182,10 @@ .leisure.nature_reserve::before { content: image-url('browse/reserve.png'); } .leisure.water_park::before { content: image-url('browse/leisure_water_park.16.png'); } + .natural.grassland::before { content: image-url('browse/grassland.png'); } .natural.heath::before { content: image-url('browse/heathland.png'); } .natural.water::before { content: image-url('browse/lake.png'); } + .natural.wood::before { content: image-url('browse/wood.png'); } .railway.light_rail::before { content: image-url('browse/light_rail.20.png'); } .railway.rail::before { content: image-url('browse/rail.20.png'); }