diff options
| author | Mark Otto <[email protected]> | 2014-09-26 13:45:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-09-26 13:45:28 -0700 |
| commit | 8e25695d09002eb528876435ebb4dadaabab9359 (patch) | |
| tree | 345681c05ac58f543db081b08fc0c5dac90eb5d2 /dist/css/bootstrap.css | |
| parent | 4e17a9be189e50bab2dc27497e853df18c6104ee (diff) | |
| download | bootstrap-8e25695d09002eb528876435ebb4dadaabab9359.tar.xz bootstrap-8e25695d09002eb528876435ebb4dadaabab9359.zip | |
Fixes #14687: Include video element in responsive embed
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 46b9801f8..d756c48ac 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5433,7 +5433,8 @@ a.list-group-item-danger.active:focus { .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, -.embed-responsive object { +.embed-responsive object, +.embed-responsive video { position: absolute; top: 0; bottom: 0; |
