From 798da1adde227e49132a544ae452a8991bed9e58 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 21 Dec 2012 13:49:06 -0800 Subject: [PATCH] Fix fill --- css/map.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/map.css b/css/map.css index 4a19e90a0..512ddaa66 100644 --- a/css/map.css +++ b/css/map.css @@ -2,9 +2,12 @@ image.tile { } /* base styles */ +path { + fill: none; +} + .mode-browse path, .mode-select path { - fill: none; cursor: url(../img/cursor-select-way.png), pointer; }