From 2401a5a5477a61d8de4ce5b6b42300d43486c6c3 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 13 Mar 2013 12:53:11 -0700 Subject: [PATCH] Fix tag-landuse-retail selectors --- css/map.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/map.css b/css/map.css index f0afd417d..4928bbb8f 100644 --- a/css/map.css +++ b/css/map.css @@ -319,7 +319,7 @@ path.fill.tag-leisure-park { fill-opacity: 0.2; } -path.stroke.tag-landuse-retail, +path.fill.tag-landuse-retail, path.fill.tag-landuse-residential, path.fill.tag-landuse-commercial, path.fill.tag-landuse-industrial { @@ -423,7 +423,7 @@ path.fill.tag-landuse-construction { fill: #e06e5f; } -path.stroke.tag-landuse-retail, +path.fill.tag-landuse-retail, path.fill.tag-landuse-commercial { fill: #eab056; }