aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-09-26 13:45:28 -0700
committerMark Otto <[email protected]>2014-09-26 13:45:28 -0700
commit8e25695d09002eb528876435ebb4dadaabab9359 (patch)
tree345681c05ac58f543db081b08fc0c5dac90eb5d2 /docs/dist/css/bootstrap.css
parent4e17a9be189e50bab2dc27497e853df18c6104ee (diff)
downloadbootstrap-8e25695d09002eb528876435ebb4dadaabab9359.tar.xz
bootstrap-8e25695d09002eb528876435ebb4dadaabab9359.zip
Fixes #14687: Include video element in responsive embed
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index 46b9801f8..d756c48ac 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/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;