mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-06-16 21:30:23 +02:00
24 lines
268 B
Text
24 lines
268 B
Text
Map { background-color: white; }
|
|
|
|
.testlines {
|
|
line-width: 5;
|
|
}
|
|
|
|
.testlines {
|
|
[id=1] {
|
|
line-width: 1;
|
|
}
|
|
}
|
|
|
|
[id=2] {
|
|
.testlines {
|
|
line-width: 2;
|
|
}
|
|
}
|
|
|
|
#test[id=3] {
|
|
.testlines {
|
|
line-color: red;
|
|
}
|
|
line-width: 3;
|
|
}
|