]> git.openstreetmap.org Git - rails.git/commitdiff
Add a secondary_link entry to the browse stylesheet
authorTom Hughes <tom@compton.nu>
Tue, 5 Jul 2011 12:22:02 +0000 (13:22 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 5 Jul 2011 12:22:02 +0000 (13:22 +0100)
public/stylesheets/browse.css

index 19d31d9c14840aec8681beb0bdd0efacb5ac525e..3e966e3705d4760ab57b0c2daaaec7b1c1bb233c 100644 (file)
 .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; }