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

This commit is contained in:
Tom MacWright
2013-01-09 12:40:27 -05:00

View File

@@ -275,6 +275,10 @@ text {
font-size:10px;
}
.oneway .textpath {
pointer-events: none;
}
text.tag-oneway {
fill:#91CFFF;
stroke:#2C6B9B;
@@ -303,6 +307,7 @@ text.tag-oneway {
}
.mode-browse .line,
.mode-browse .oneway,
.mode-select .line {
cursor: url(../img/cursor-select-line.png), pointer;
}