From eeec54f15c19d512632b26fc16212799b45f0e23 Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Mon, 11 Mar 2013 16:43:40 -0400 Subject: [PATCH] Use commercial landuse styles for retail too --- css/map.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/map.css b/css/map.css index 909c9fdc1..bf94a0f92 100644 --- a/css/map.css +++ b/css/map.css @@ -273,6 +273,7 @@ path.stroke.tag-landuse-residential { stroke: #e06e5f; } +path.stroke.tag-landuse-retail, path.stroke.tag-landuse-commercial { stroke: #eab056; } @@ -318,6 +319,7 @@ path.fill.tag-leisure-park { fill-opacity: 0.2; } +path.stroke.tag-landuse-retail, path.fill.tag-landuse-residential, path.fill.tag-landuse-commercial, path.fill.tag-landuse-industrial { @@ -417,6 +419,7 @@ path.fill.tag-landuse-construction { fill: #e06e5f; } +path.stroke.tag-landuse-retail, path.fill.tag-landuse-commercial { fill: #eab056; }