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
1 changed files with 0 additions and 1 deletions

View File

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