Merged css declarations

This commit is contained in:
David Jardin 2014-09-03 21:07:30 +02:00
parent ecb4af5e76
commit 1712b74363

8
dist/leaflet.css vendored
View File

@ -40,14 +40,12 @@
.leaflet-marker-shadow { .leaflet-marker-shadow {
display: block; display: block;
} }
/* map is broken in FF if you have max-width: 100% on tiles */ /* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container svg,
.leaflet-container img { .leaflet-container img {
max-width: none !important; max-width: none !important;
} }
/* reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
.leaflet-container svg {
max-width: none !important;
}
/* stupid Android 2 doesn't understand "max-width: none" properly */ /* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer { .leaflet-container img.leaflet-image-layer {
max-width: 15000px !important; max-width: 15000px !important;