Merge pull request #1441 from tyrasd/patch-1

use fill:none instead of fill:transparent
This commit is contained in:
Tom MacWright
2013-05-08 07:16:37 -07:00
+3 -3
View File
@@ -1051,9 +1051,9 @@ text.point {
/* GPX Paths */
path.gpx {
stroke:#6AFF25;
stroke-width:2;
fill:transparent;
stroke: #6AFF25;
stroke-width: 2;
fill: none;
pointer-events: none;
}