X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2bb92dfcf5d249cdbae995b4257ee79145081099..945d60ea5a52d0c1d41cc63456bd6f60e547e79e:/public/stylesheets/browse.css diff --git a/public/stylesheets/browse.css b/public/stylesheets/browse.css index 78745de4b..19d31d9c1 100644 --- a/public/stylesheets/browse.css +++ b/public/stylesheets/browse.css @@ -1,5 +1,6 @@ .node { padding-left: 25px; } .way { padding-left: 25px; } +.relation { padding-left: 25px; } .deleted { text-decoration: line-through; } @@ -105,6 +106,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; }