Adding highway _link icons like their main counterparts

This commit is contained in:
Dan Karran 2010-05-23 14:03:01 +01:00 committed by Tom Hughes
parent 406b46e49b
commit 209cf52ac2

View file

@ -77,10 +77,13 @@
.highway.cycleway { background: url(/images/browse/cycleway.20.png) no-repeat center left; } .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.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 { 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 { 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.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.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 { 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; } .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; } .landuse.brownfield { background: url(/images/browse/brownfield.png) no-repeat center left; }