aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-12-25 14:54:48 -0700
committerChris Rebert <[email protected]>2015-12-25 14:54:48 -0700
commit4de483a4110690b7d1b00944aef8647a12c85b2a (patch)
tree4848a983612c7c448531fb27b1a48cba3e1aa27f
parentfc7fb0694acb02c418fbe0e7e6b842c01b0d2cd4 (diff)
downloadbootstrap-4de483a4110690b7d1b00944aef8647a12c85b2a.tar.xz
bootstrap-4de483a4110690b7d1b00944aef8647a12c85b2a.zip
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]
-rw-r--r--scss/_media.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_media.scss b/scss/_media.scss
index 4163db3c0..1fc466cb7 100644
--- a/scss/_media.scss
+++ b/scss/_media.scss
@@ -23,7 +23,6 @@
.media,
.media-body {
overflow: hidden;
- zoom: 1;
}
.media-body {
width: 10000px;