From: Dan Karran Date: Sun, 23 May 2010 13:03:01 +0000 (+0100) Subject: Adding highway _link icons like their main counterparts X-Git-Tag: live~6276^2~16 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/209cf52ac21feda1a26ff5c8bcf8ad5e295ee40a?hp=406b46e49b786fab879286d77735b2a16c1cfcc5 Adding highway _link icons like their main counterparts --- diff --git a/public/stylesheets/browse.css b/public/stylesheets/browse.css index 2ca44bcd1..38feddf14 100644 --- a/public/stylesheets/browse.css +++ b/public/stylesheets/browse.css @@ -77,10 +77,13 @@ .highway.cycleway { background: url(/images/browse/cycleway.20.png) no-repeat center left; } .highway.footway { background: url(/images/browse/footway.20.png) no-repeat center left; } .highway.motorway { background: url(/images/browse/motorway.20.png) no-repeat center left; } +.highway.motorway_link { background: url(/images/browse/motorway.20.png) no-repeat center left; } .highway.primary { background: url(/images/browse/primary.20.png) no-repeat center left; } +.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.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; } .landuse.brownfield { background: url(/images/browse/brownfield.png) no-repeat center left; }