From 1712b74363b2b7d599f27c3cb7af07faf3031c3c Mon Sep 17 00:00:00 2001 From: David Jardin Date: Wed, 3 Sep 2014 21:07:30 +0200 Subject: [PATCH] Merged css declarations --- dist/leaflet.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dist/leaflet.css b/dist/leaflet.css index 20d8162c..5f3d8abc 100644 --- a/dist/leaflet.css +++ b/dist/leaflet.css @@ -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;