From: Leif Hanson Date: Tue, 4 Jun 2013 15:54:46 +0000 (+0000) Subject: Fix for conflict between img 100% and google maps. X-Git-Tag: v1.0~155 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=51f544cc4323ab840cf1e83250c09a722e1d1d6d;p=web%2FMichiganTrailMaps.git Fix for conflict between img 100% and google maps. --- diff --git a/styles.css b/styles.css index 61c0d8b..b40e3e6 100755 --- a/styles.css +++ b/styles.css @@ -179,6 +179,9 @@ div#map-canvas { border: 1px solid #005199 !important; margin-top: 10px !important; } +div#map-canvas img { + max-width: inherit; +} /* Page */ #wrapper { width: 100%;