diff options
| author | Mark Otto <[email protected]> | 2014-12-11 12:05:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-11 12:05:29 -0800 |
| commit | fef873a840add12495baa7cf2ffb5361f5ab1c63 (patch) | |
| tree | 8006636fae5c5e326f9412082eb3e68a280c434c /scss/_responsive-embed.scss | |
| parent | 16bd4a2787da663cfc3f4934029a29e017cba2d2 (diff) | |
| download | bootstrap-fef873a840add12495baa7cf2ffb5361f5ab1c63.tar.xz bootstrap-fef873a840add12495baa7cf2ffb5361f5ab1c63.zip | |
fix all validation, turn off some settings, add sort order
Diffstat (limited to 'scss/_responsive-embed.scss')
| -rw-r--r-- | scss/_responsive-embed.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_responsive-embed.scss b/scss/_responsive-embed.scss index c1fa8f848..a9682ba0e 100644 --- a/scss/_responsive-embed.scss +++ b/scss/_responsive-embed.scss @@ -16,10 +16,10 @@ video { position: absolute; top: 0; - left: 0; bottom: 0; - height: 100%; + left: 0; width: 100%; + height: 100%; border: 0; } |
