From: Mark Otto Date: Fri, 25 May 2012 03:18:52 +0000 (-0700) Subject: make bootstrap like google maps a bit more X-Git-Tag: v2.0.4~1^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe30bd60553bea0f706725deb9a0ad9ef04f0247;p=thirdparty%2Fbootstrap.git make bootstrap like google maps a bit more --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 89962afb35..da5c706c95 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -73,6 +73,10 @@ img { -ms-interpolation-mode: bicubic; } +#map_canvas img { + max-width: none; +} + button, input, select, diff --git a/less/reset.less b/less/reset.less index d9ce2b1107..2332e03c30 100644 --- a/less/reset.less +++ b/less/reset.less @@ -81,6 +81,11 @@ img { -ms-interpolation-mode: bicubic; } +// Prevent max-width from affecting Google Maps +#map_canvas img { + max-width: none; +} + // Forms // -------------------------