From 51f544cc4323ab840cf1e83250c09a722e1d1d6d Mon Sep 17 00:00:00 2001 From: Leif Hanson Date: Tue, 4 Jun 2013 15:54:46 +0000 Subject: [PATCH] Fix for conflict between img 100% and google maps. --- styles.css | 3 +++ 1 file changed, 3 insertions(+) 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%; -- 2.17.1