Remove tag-highway from tunnel css, so railway and waterway tunnels get some opacity too.

This commit is contained in:
Bryan Housel
2014-04-30 10:23:04 -04:00
parent c289f33e86
commit 5bcd228f27
+2 -2
View File
@@ -724,11 +724,11 @@ path.shadow.tag-highway-bridleway.tag-bridge {
/* tunnels */
path.stroke.tag-highway.tag-tunnel {
path.stroke.tag-tunnel {
stroke-opacity: 0.3;
}
path.casing.tag-highway.tag-tunnel {
path.casing.tag-tunnel {
stroke-opacity: 0.5;
}