From: Mark Otto Date: Fri, 23 Mar 2012 05:06:23 +0000 (-0700) Subject: restore max-width 100% for images X-Git-Tag: v2.0.3~5^2~127 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50b2245be5bd7cd12d37e38a00c4978a211bdcd3;p=thirdparty%2Fbootstrap.git restore max-width 100% for images --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index c6d21fc967..0e3c888c95 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 4f72e0770c..de6963138d 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -57,6 +57,7 @@ sub { bottom: -0.25em; } img { + max-width: 100%; height: auto; border: 0; -ms-interpolation-mode: bicubic; diff --git a/less/reset.less b/less/reset.less index 87411cf2b1..a528fa046b 100644 --- a/less/reset.less +++ b/less/reset.less @@ -75,6 +75,7 @@ sub { // ------------------------- img { + max-width: 100%; // Make images inherently responsive height: auto; border: 0; -ms-interpolation-mode: bicubic;