]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #5188: add .google-maps class to reset responsive images on case-by-case basis
authorMark Otto <markotto@twitter.com>
Mon, 1 Oct 2012 17:48:57 +0000 (10:48 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 1 Oct 2012 17:49:19 +0000 (10:49 -0700)
docs/assets/css/bootstrap.css
less/reset.less

index cf42c13e5274c8d6a1b1564b86b55bf463764e60..eb810c2099f5746886933fbc2e9fcaee7132e03a 100644 (file)
@@ -75,7 +75,8 @@ img {
   -ms-interpolation-mode: bicubic;
 }
 
-#map_canvas img {
+#map_canvas img,
+.google-maps img {
   max-width: none;
 }
 
index ed3fecf4162a3fbe9571b7a59410211b3079c0a1..2abdee46243e03d4dee533d4157e63ac0a956b41 100644 (file)
@@ -88,7 +88,8 @@ img {
 }
 
 // Prevent max-width from affecting Google Maps
-#map_canvas img {
+#map_canvas img,
+.google-maps img {
   max-width: none;
 }