diff options
| author | Mark Otto <[email protected]> | 2016-01-05 20:58:39 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-01-05 20:58:39 -0800 |
| commit | c081d4802dcb8d083ce9569a54d25993865dc140 (patch) | |
| tree | f2cec18d57d329e60432c688ade4e9996a69e826 | |
| parent | 3c009add3b0b3d8c13445f570dd9be663c3b5fdc (diff) | |
| parent | 4de483a4110690b7d1b00944aef8647a12c85b2a (diff) | |
| download | bootstrap-c081d4802dcb8d083ce9569a54d25993865dc140.tar.xz bootstrap-c081d4802dcb8d083ce9569a54d25993865dc140.zip | |
Merge pull request #18682 from twbs/media-obj-zoom
Remove nonstandard `zoom: 1` from media object
| -rw-r--r-- | scss/_media.scss | 1 |
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; |
