]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
make bootstrap like google maps a bit more
authorMark Otto <markotto@twitter.com>
Fri, 25 May 2012 03:18:52 +0000 (20:18 -0700)
committerMark Otto <markotto@twitter.com>
Fri, 25 May 2012 03:18:52 +0000 (20:18 -0700)
docs/assets/css/bootstrap.css
less/reset.less

index 89962afb352acabe70976cf6c46b67621ead5f06..da5c706c951d18e23a02b269bcb3670de840b7d2 100644 (file)
@@ -73,6 +73,10 @@ img {
   -ms-interpolation-mode: bicubic;
 }
 
+#map_canvas img {
+  max-width: none;
+}
+
 button,
 input,
 select,
index d9ce2b110768adfd26376058a2abe701c5ddbf32..2332e03c30a0b682ebe858da06be5b71cd8fdbdb 100644 (file)
@@ -81,6 +81,11 @@ img {
   -ms-interpolation-mode: bicubic;
 }
 
+// Prevent max-width from affecting Google Maps
+#map_canvas img {
+  max-width: none;
+}
+
 // Forms
 // -------------------------