Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2015-12-26 00:54:48 +0300
committerChris Rebert <code@chrisrebert.com>2015-12-26 00:54:48 +0300
commit4de483a4110690b7d1b00944aef8647a12c85b2a (patch)
tree4848a983612c7c448531fb27b1a48cba3e1aa27f /scss/_media.scss
parentfc7fb0694acb02c418fbe0e7e6b842c01b0d2cd4 (diff)
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]
Diffstat (limited to 'scss/_media.scss')
-rw-r--r--scss/_media.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_media.scss b/scss/_media.scss
index 4163db3c01..1fc466cb7e 100644
--- a/scss/_media.scss
+++ b/scss/_media.scss
@@ -23,7 +23,6 @@
.media,
.media-body {
overflow: hidden;
- zoom: 1;
}
.media-body {
width: 10000px;