Merge branch 'master' of github.com:systemed/iD

This commit is contained in:
saman bb
2013-03-06 19:37:11 -05:00
78 changed files with 1505 additions and 1319 deletions
+13 -2
View File
@@ -459,16 +459,23 @@ path.casing.tag-highway-living_street {
stroke-width:6;
}
path.stroke.tag-highway-pedestrian {
path.stroke.line.tag-highway-pedestrian {
stroke:#fff;
stroke-dasharray: 2, 8;
stroke-width:4 !important;
shapeRendering: auto;
}
path.casing.tag-highway-pedestrian {
path.casing.line.tag-highway-pedestrian {
stroke:#8cd05f;
stroke-width:6 !important;
}
path.stroke.area.tag-highway-pedestrian {
stroke:#fff;
stroke-width: 2;
}
path.fill.area.tag-highway-pedestrian {
fill:#ccc;
}
path.stroke.tag-highway-service {
stroke:#fff;
@@ -684,6 +691,10 @@ text {
opacity: .7;
}
.oneway .textpath.tag-waterway {
fill: #002F35;
}
text.tag-oneway {
fill:#91CFFF;
stroke:#2C6B9B;