From ace44d2e7d3631c51c58de87e0d2d43cba1c1198 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 6 Nov 2014 00:22:19 -0500 Subject: [PATCH] fix highway-pedestrian line width to work in wireframe --- css/map.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/css/map.css b/css/map.css index 149f6748d..8ec63785b 100644 --- a/css/map.css +++ b/css/map.css @@ -560,12 +560,12 @@ path.casing.tag-highway-living_street { path.stroke.line.tag-highway-pedestrian { stroke:#fff; stroke-dasharray: 2, 8; - stroke-width:4 !important; + stroke-width:4; shapeRendering: auto; } path.casing.line.tag-highway-pedestrian { stroke:#8cd05f; - stroke-width:6 !important; + stroke-width:6; } path.stroke.area.tag-highway-pedestrian { stroke:#fff; @@ -1205,8 +1205,6 @@ text.gpx { /* Fill Styles */ .low-zoom.fill-wireframe path.stroke, .fill-wireframe path.stroke { - /* stroke-width: 2; */ - /* stroke-opacity: 0.5; */ stroke-width: 1; stroke-opacity: 0.5; stroke-dasharray: none;