]> git.openstreetmap.org Git - rails.git/commitdiff
Re-using service icon for pedestrian roads
authorDan Karran <dan@karran.net>
Sun, 30 May 2010 22:48:02 +0000 (23:48 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 7 Jun 2010 21:43:01 +0000 (22:43 +0100)
public/stylesheets/browse.css

index 78745de4b35efb7593c9c0c41543b47bc1bf9136..68bef6cc51c1887df1a6c2f276eb58f7ba443aa9 100644 (file)
 .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; }