Merged css declarations
This commit is contained in:
parent
ecb4af5e76
commit
1712b74363
8
dist/leaflet.css
vendored
8
dist/leaflet.css
vendored
@ -40,14 +40,12 @@
|
||||
.leaflet-marker-shadow {
|
||||
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 {
|
||||
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 */
|
||||
.leaflet-container img.leaflet-image-layer {
|
||||
max-width: 15000px !important;
|
||||
|
Loading…
Reference in New Issue
Block a user