Skip to content
Snippets Groups Projects
Commit 36f3d49f authored by alberto56's avatar alberto56 Committed by http://druler.com
Browse files

Issue #463160 by alberto56 | SocialNicheGuru: Added Avoid Grey map background...

Issue #463160 by alberto56 | SocialNicheGuru: Added Avoid Grey map background on IE & FF by forcing .gmap img max-width none.
parent 34c3c568
No related branches found
No related tags found
No related merge requests found
...@@ -61,3 +61,7 @@ ...@@ -61,3 +61,7 @@
color: grey; color: grey;
} }
/* IE and FF will display the map as a grey box if max-width is set to 100% for img tag within .gmap. */
.gmap img {
max-width: none #important;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment