Add a secondary_link entry to the browse stylesheet

This commit is contained in:
Tom Hughes 2011-07-05 13:22:02 +01:00
parent 41c69b0dbe
commit f0bd9de191

View file

@ -111,6 +111,7 @@
.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.secondary_link { background: url(/images/browse/secondary.20.png) no-repeat center left; }
.highway.service { background: url(/images/browse/service.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; }