We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88a622f + 6470e22 commit 129883eCopy full SHA for 129883e
package.js
@@ -3,7 +3,7 @@ Package.describe({
3
summary: "leaflet - mobile-friendly maps.",
4
git: "https://github.com/bevanhunt/meteor-leaflet.git",
5
author: "Bevan Hunt <[email protected]> (http://bevanhunt.com)",
6
- version: "2.0.0",
+ version: "2.0.1",
7
license: "MIT"
8
});
9
styles/leaflet.css
@@ -74,7 +74,8 @@
74
height: 1px;
75
}
76
.lvml {
77
- behavior: url(#default#VML);
+ /* removed this line to avoid breaking css build scripts trying to resolve path */
78
+ /* behavior: url(#default#VML);*/
79
display: inline-block;
80
position: absolute;
81
0 commit comments