]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
restore max-width 100% for images
authorMark Otto <markotto@twitter.com>
Fri, 23 Mar 2012 05:06:23 +0000 (22:06 -0700)
committerMark Otto <markotto@twitter.com>
Fri, 23 Mar 2012 05:06:23 +0000 (22:06 -0700)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/reset.less

index c6d21fc96701ac3db18236a378045ac6719b8d68..0e3c888c95f539d05dcebb8e26c864dc87e69cbc 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 4f72e0770c282b5459835fce0807c2994da30efa..de6963138d13e1ceb6d8cedd9f85951e08b51df6 100644 (file)
@@ -57,6 +57,7 @@ sub {
   bottom: -0.25em;
 }
 img {
+  max-width: 100%;
   height: auto;
   border: 0;
   -ms-interpolation-mode: bicubic;
index 87411cf2b1a804c21bfdcc0e19161b355b9a1f1b..a528fa046b66d81270b19ce46122dd84b44a15de 100644 (file)
@@ -75,6 +75,7 @@ sub {
 // -------------------------
 
 img {
+  max-width: 100%; // Make images inherently responsive
   height: auto;
   border: 0;
   -ms-interpolation-mode: bicubic;