From: Dan Karran Date: Sun, 30 May 2010 22:48:02 +0000 (+0100) Subject: Re-using service icon for pedestrian roads X-Git-Tag: live~6272^2~8 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/abd996b80280beb5f5195306a47304aee3289aa1?ds=sidebyside Re-using service icon for pedestrian roads --- 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; }