From 356da55a7179b7275c1d886dcdebe3f3cfd863b2 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Sun, 28 Oct 2012 13:02:39 -0400 Subject: [PATCH] Style natural things as well --- css/map.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/map.css b/css/map.css index 8595e73c7..47e28f5df 100644 --- a/css/map.css +++ b/css/map.css @@ -64,7 +64,8 @@ circle.handle { fill-opacity: 0.3; } -.area.landuse { +.area.landuse, +.area.natural { stroke: #006B34; stroke-width: 1; fill: #189E59;