From a556a5a39fecbb3bd161e3beaf48a47722bbb230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kom=D1=8Fpa?= Date: Wed, 19 Jan 2011 00:28:57 +0200 Subject: [PATCH] fixed broken colors --- src/styles/osmosnimki-maps.mapcss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/osmosnimki-maps.mapcss b/src/styles/osmosnimki-maps.mapcss index 2d36a65..9f604d1 100644 --- a/src/styles/osmosnimki-maps.mapcss +++ b/src/styles/osmosnimki-maps.mapcss @@ -83,9 +83,9 @@ area|z16-[landuse=orchard] {fill-image:sady10.png; z-index:3} area|z12-[natural=scrub] - {fill-color: e5f5dc;fill-image:kust1.png; z-index:3} + {fill-color: #e5f5dc;fill-image:kust1.png; z-index:3} area|z12-[natural=heath] - {fill-color: faf7f7; z-index:3} + {fill-color: #faf7f7; z-index:3} area|z10-[landuse=industrial],area|z10-[landuse=military] {fill-color: #ddd8da; z-index:3}