Merge pull request #3452 from Leaflet/less-important

More targeted max-width: !important in CSS
This commit is contained in:
Vladimir Agafonkin 2015-05-11 13:33:45 +03:00
commit b0d44ca610

4
dist/leaflet.css vendored
View File

@ -43,8 +43,8 @@
} }
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */ /* .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 img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container svg, .leaflet-container .leaflet-overlay-pane svg,
.leaflet-container img { .leaflet-container .leaflet-tile-pane img {
max-width: none !important; max-width: none !important;
} }
/* stupid Android 2 doesn't understand "max-width: none" properly */ /* stupid Android 2 doesn't understand "max-width: none" properly */