]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/browse.css
Add a secondary_link entry to the browse stylesheet
[rails.git] / public / stylesheets / browse.css
index 78745de4b35efb7593c9c0c41543b47bc1bf9136..3e966e3705d4760ab57b0c2daaaec7b1c1bb233c 100644 (file)
@@ -1,5 +1,6 @@
 .node { padding-left: 25px; }
 .way { padding-left: 25px; }
+.relation { padding-left: 25px; }
 
 .deleted { text-decoration: line-through; }
 
 .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; }
 .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; }