X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/551e4295c0c994fd28973a4b02f56befbd25aaa9..4965c19b7a8c96ab87b543af1fc36a1ad7514c09:/app/assets/stylesheets/browse.scss?ds=inline diff --git a/app/assets/stylesheets/browse.scss b/app/assets/stylesheets/browse.scss index 0c532733e..7c0fbd2c0 100644 --- a/app/assets/stylesheets/browse.scss +++ b/app/assets/stylesheets/browse.scss @@ -14,10 +14,6 @@ margin-left: 25px; } - /* Deleted objects */ - - .deleted { text-decoration: line-through; } - /* Nodes (and ways as areas) */ .aeroway.aerodrome::before { content: image-url('browse/aerodrome.p.16.png'); } @@ -142,7 +138,6 @@ .building::before { content: image-url('browse/building.png'); } .highway.bridleway::before { content: image-url('browse/bridleway.20.png'); } - .highway.byway::before { content: image-url('browse/byway.20.png'); } .highway.cycleway::before { content: image-url('browse/cycleway.20.png'); } .highway.footway::before { content: image-url('browse/footway.20.png'); } .highway.motorway::before { content: image-url('browse/motorway.20.png'); } @@ -185,6 +180,7 @@ .natural.grassland::before { content: image-url('browse/grassland.png'); } .natural.heath::before { content: image-url('browse/heathland.png'); } + .natural.scrub::before { content: image-url('browse/scrub.png'); } .natural.water::before { content: image-url('browse/lake.png'); } .natural.wood::before { content: image-url('browse/wood.png'); }