fix highway-pedestrian line width to work in wireframe

This commit is contained in:
Bryan Housel
2014-11-06 00:22:19 -05:00
parent 788dedc595
commit ace44d2e7d
+2 -4
View File
@@ -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;