projects
/
potlatch2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3703f1e
)
Move the cutting/embankment highlighting to be below other things, so that roads...
author
Andy Allan
<gravitystorm@gmail.com>
Thu, 13 Jan 2011 16:27:03 +0000
(16:27 +0000)
committer
Andy Allan
<gravitystorm@gmail.com>
Thu, 13 Jan 2011 16:27:03 +0000
(16:27 +0000)
resources/potlatch.css
patch
|
blob
|
history
diff --git
a/resources/potlatch.css
b/resources/potlatch.css
index 20205d1bc185960e3f0daefab0f9d1488958ed8a..9297f925da17277c58e4b920d891748050026c90 100644
(file)
--- a/
resources/potlatch.css
+++ b/
resources/potlatch.css
@@
-241,7
+241,7
@@
way[tunnel=yes][!waterway]
{ z-index: 3; color: black; width: eval('_width+6'); dashes: 4,4; }
way[embankment=yes], way[cutting=yes]
- { z-index:
8
; opacity: 0.5; color: grey; width: eval('_width+5'); dashes: 2, 2; }
+ { z-index:
3
; opacity: 0.5; color: grey; width: eval('_width+5'); dashes: 2, 2; }
/* Oneway */
way[oneway=yes], way[junction=roundabout] { z-index: 15; color: #444444; width: 2; dashes: 15,35; line-style: arrows; }