0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Remove nonstandard zoom: 1 from media object

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]
This commit is contained in:
Chris Rebert 2015-12-25 14:54:48 -07:00
parent fc7fb0694a
commit 4de483a411

View File

@ -23,7 +23,6 @@
.media,
.media-body {
overflow: hidden;
zoom: 1;
}
.media-body {
width: 10000px;