Fix for conflict between img 100% and google maps.
authorLeif Hanson <leif@gaslightmedia.com>
Tue, 4 Jun 2013 15:54:46 +0000 (15:54 +0000)
committerLeif Hanson <leif@gaslightmedia.com>
Tue, 4 Jun 2013 15:54:46 +0000 (15:54 +0000)
styles.css

index 61c0d8b..b40e3e6 100755 (executable)
@@ -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%;