]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
IE8 doesn't need help with responsive images, they work just dandy apparently (see...
authorMark Otto <otto@github.com>
Sun, 14 Apr 2013 06:17:39 +0000 (23:17 -0700)
committerMark Otto <otto@github.com>
Sun, 14 Apr 2013 06:17:39 +0000 (23:17 -0700)
docs/assets/css/bootstrap.css
less/scaffolding.less

index 2d2d624cd1e4f3c75574aead711f893b47da4b14..9bc946e70e5a3e1096f2a2f4bddbc770d924b30d 100644 (file)
@@ -322,7 +322,6 @@ a:focus {
 }
 
 img {
-  width: auto\9;
   height: auto;
   max-width: 100%;
   vertical-align: middle;
@@ -1226,12 +1225,6 @@ label {
   font-weight: bold;
 }
 
-input[type="search"] {
-  -webkit-box-sizing: border-box;
-     -moz-box-sizing: border-box;
-          box-sizing: border-box;
-}
-
 select,
 textarea,
 input[type="text"],
@@ -1282,6 +1275,12 @@ input[type="checkbox"] {
   width: auto;
 }
 
+input[type="search"] {
+  -webkit-box-sizing: border-box;
+     -moz-box-sizing: border-box;
+          box-sizing: border-box;
+}
+
 textarea {
   height: auto;
 }
index 7d06e35b2859cd80d296fd15e4e0706537867bb6..79366071058c616422dd7c47a194a63d1775b400 100644 (file)
@@ -71,7 +71,6 @@ a:focus {
 img {
   // Responsive images (ensure images don't scale beyond their parents)
   max-width: 100%; // Part 1: Set a maxium relative to the parent
-  width: auto\9; // IE8 need help adjusting responsive images
   height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching
 
   // Match vertical alignment with other comment elements