From 4de483a4110690b7d1b00944aef8647a12c85b2a Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 25 Dec 2015 14:54:48 -0700 Subject: [PATCH] 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] --- scss/_media.scss | 1 - 1 file changed, 1 deletion(-) 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;