mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
One-way street markings, fixes #40
This commit is contained in:
+8
-8
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user