From e5acdb08d6a5d251ada74374a0bbfdda115b4c20 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 17 Apr 2014 14:15:25 +0100 Subject: Imported Upstream version 2.13.0 --- ferry-routes.mss | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ferry-routes.mss (limited to 'ferry-routes.mss') diff --git a/ferry-routes.mss b/ferry-routes.mss new file mode 100644 index 0000000..57145df --- /dev/null +++ b/ferry-routes.mss @@ -0,0 +1,11 @@ +#ferry-routes { + [zoom >= 7] { + line-color: #66f; + line-width: 0.4; + line-dasharray: 4,4; + [zoom >= 11] { + line-width: 0.8; + line-dasharray: 6,6; + } + } +} -- cgit v1.2.3