One-way street markings, fixes #40

This commit is contained in:
Tom MacWright
2012-11-15 14:01:15 -05:00
parent cc7192b97f
commit 1fcb641b4b
2 changed files with 46 additions and 10 deletions
+8 -8
View File
@@ -193,12 +193,12 @@ path.stroke.waterway {
}
text {
font:9px 'Helvetica';
text-anchor:middle;
fill:#fff;
text-shadow:
0 0 1px #000,
0 0 1px #000,
0 0 1px #000,
0 0 2px #000;
font-size:10px;
}
text.oneway {
fill:#91CFFF;
stroke:#2C6B9B;
stroke-width:1;
pointer-events:none;
}