projects
/
potlatch2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1fac4e8
)
Fix railways to have a separate dashes layer
author
Andy Allan
<andy@gravitystorm.co.uk>
Wed, 15 Jun 2011 10:44:03 +0000
(11:44 +0100)
committer
Andy Allan
<andy@gravitystorm.co.uk>
Wed, 15 Jun 2011 10:44:03 +0000
(11:44 +0100)
resources/stylesheets/opencyclemap.css
patch
|
blob
|
history
diff --git
a/resources/stylesheets/opencyclemap.css
b/resources/stylesheets/opencyclemap.css
index 1a1e80fe4c4216ede178d7479cd46d755fa8eaa3..ae0ac977d502269a8435d780dc531bc47dd3a1d2 100644
(file)
--- a/
resources/stylesheets/opencyclemap.css
+++ b/
resources/stylesheets/opencyclemap.css
@@
-107,13
+107,11
@@
node[barrier=cattle_grid] { icon-image: icons/cattle_grid.png; }*/
/* We can stack styles at different z-index (depth) */
/* We can stack styles at different z-index (depth) */
-way[railway=rail]
- { z-index: 6; color: #444444; width: 5; }
- { z-index: 7; color: white; width: 3; dashes: 12,12; }
+way[railway=rail] { z-index: 6; color: #444444; width: 5; }
+way[railway=rail]::dashes { z-index: 7; color: white; width: 3; dashes: 12,12; }
way[railway=platform] { color:black; width: 2; }
way[railway=platform] { color:black; width: 2; }
-way[railway=subway]
- { z-index: 6; color: #444444; width: 5; }
- { z-index: 7; color: white; width: 3; dashes: 8,8; }
+way[railway=subway] { z-index: 6; color: #444444; width: 5; }
+way[railway=subway]::dashes { z-index: 7; color: white; width: 3; dashes: 8,8; }
/* Bridge */
way[bridge=yes], way[bridge=viaduct], way[bridge=suspension]
/* Bridge */
way[bridge=yes], way[bridge=viaduct], way[bridge=suspension]