basic Leaflet stylesheet

This commit is contained in:
mourner 2010-09-16 16:08:56 +03:00
parent f46abd1569
commit af03e976db

23
dist/leaflet.css vendored Normal file
View File

@ -0,0 +1,23 @@
/* required styles */
.leaflet-container {
overflow: hidden;
}
.leaflet-map-pane {
position: absolute;
top: 0;
left: 0;
}
.leaflet-tile {
position: absolute;
-moz-user-select: none;
}
/* visual appearance */
.leaflet-container {
background: #ddd;
-moz-box-shadow: 1px 1px 12px #999;
-webkit-box-shadow: 1px 1px 12px #999;
}