mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05: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:
parent
fc7fb0694a
commit
4de483a411
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@
|
|||
.media,
|
||||
.media-body {
|
||||
overflow: hidden;
|
||||
zoom: 1;
|
||||
}
|
||||
.media-body {
|
||||
width: 10000px;
|
||||
|
|
Loading…
Add table
Reference in a new issue