]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove nonstandard `zoom: 1` from media object 18682/head
authorChris Rebert <code@chrisrebert.com>
Fri, 25 Dec 2015 21:54:48 +0000 (14:54 -0700)
committerChris Rebert <code@chrisrebert.com>
Fri, 25 Dec 2015 21:54:48 +0000 (14:54 -0700)
It should be unnecessary since we only support IE>=9, and this hasLayout hack is for IE6-7.
https://developer.mozilla.org/en-US/docs/Web/CSS/zoom
http://stackoverflow.com/questions/1794350/what-is-haslayout

[skip sauce]
[skip validator]

scss/_media.scss

index 4163db3c01063083a82d17492f444a631dec2733..1fc466cb7eb735d6ac70e8c7912d63b9fac0bb2c 100644 (file)
@@ -23,7 +23,6 @@
   .media,
   .media-body {
     overflow: hidden;
-    zoom: 1;
   }
   .media-body {
     width: 10000px;