]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove height: auto on images since it interferes with inline dimensions
authorMark Otto <markotto@twitter.com>
Sun, 25 Mar 2012 07:20:30 +0000 (00:20 -0700)
committerMark Otto <markotto@twitter.com>
Sun, 25 Mar 2012 07:20:30 +0000 (00:20 -0700)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/reset.less

index 4c2c620340f96631950b5f26f7c7b5929cd96392..7dfee52de0bd440e568d61b85e4d35ceefc00a4b 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 794156e27b586a200df37eb02f2d73ade5d26c1f..c0a7520d88456bb9a88b61573dea127d229f5614 100644 (file)
@@ -58,7 +58,6 @@ sub {
 }
 img {
   max-width: 100%;
-  height: auto;
   border: 0;
   -ms-interpolation-mode: bicubic;
   vertical-align: middle;
@@ -3674,6 +3673,14 @@ a.badge:hover {
     background-position: 0 0;
   }
 }
+@-o-keyframes progress-bar-stripes {
+  from {
+    background-position: 0 0;
+  }
+  to {
+    background-position: 40px 0;
+  }
+}
 @keyframes progress-bar-stripes {
   from {
     background-position: 40px 0;
index a528fa046b66d81270b19ce46122dd84b44a15de..d11533f0342cc4e70f4f9000e271154e5178e33d 100644 (file)
@@ -76,7 +76,6 @@ sub {
 
 img {
   max-width: 100%; // Make images inherently responsive
-  height: auto;
   border: 0;
   -ms-interpolation-mode: bicubic;
   vertical-align: middle;