From abd996b80280beb5f5195306a47304aee3289aa1 Mon Sep 17 00:00:00 2001 From: Dan Karran Date: Sun, 30 May 2010 23:48:02 +0100 Subject: [PATCH] Re-using service icon for pedestrian roads --- public/stylesheets/browse.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/stylesheets/browse.css b/public/stylesheets/browse.css index 78745de4b..68bef6cc5 100644 --- a/public/stylesheets/browse.css +++ b/public/stylesheets/browse.css @@ -105,6 +105,7 @@ .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.pedestrian { background: url(/images/browse/service.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; } -- 2.43.2