From f0bd9de1914bf0fe385ee374d4569db1450e6793 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 5 Jul 2011 13:22:02 +0100 Subject: [PATCH] Add a secondary_link entry to the browse stylesheet --- public/stylesheets/browse.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/stylesheets/browse.css b/public/stylesheets/browse.css index 19d31d9c1..3e966e370 100644 --- a/public/stylesheets/browse.css +++ b/public/stylesheets/browse.css @@ -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; } -- 2.43.2