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

This commit is contained in:
Saman Bemel-Benrud
2013-02-04 19:37:31 -05:00
34 changed files with 1163 additions and 152 deletions

View File

@@ -119,6 +119,14 @@ g.vertex.selected .shadow {
/* midpoints */
.mode-draw-area g.midpoint,
.mode-draw-line g.midpoint,
.mode-add-area g.midpoint,
.mode-add-line g.midpoint,
.mode-add-point g.midpoint {
display: none;
}
g.midpoint .fill {
fill:#ddd;
stroke:black;
@@ -635,7 +643,7 @@ text.pointlabel {
}
.pathlabel .textpath {
dominant-baseline: middle;
baseline-shift: -33%;
}
.pointlabel-halo,