diff options
| author | Mark Otto <[email protected]> | 2014-12-03 18:15:37 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-03 18:15:37 -0800 |
| commit | bad40d5c4ac47efdadcf524455cf3e12f5bec82b (patch) | |
| tree | e60fdd0bf19b98380619d4e3c6029a760d64697c /less/_responsive-embed.less | |
| parent | 6bd84210ffe766b18fd3cd11a5da4f5ee0d43ecc (diff) | |
| parent | bafd0b057eceae261da82e52ad78c65f08ddd166 (diff) | |
| download | bootstrap-bad40d5c4ac47efdadcf524455cf3e12f5bec82b.tar.xz bootstrap-bad40d5c4ac47efdadcf524455cf3e12f5bec82b.zip | |
Merge pull request #1 from twbs/scss
Move to Sass
Diffstat (limited to 'less/_responsive-embed.less')
| -rw-r--r-- | less/_responsive-embed.less | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/less/_responsive-embed.less b/less/_responsive-embed.less deleted file mode 100644 index c1fa8f848..000000000 --- a/less/_responsive-embed.less +++ /dev/null @@ -1,35 +0,0 @@ -// Embeds responsive -// -// Credit: Nicolas Gallagher and SUIT CSS. - -.embed-responsive { - position: relative; - display: block; - height: 0; - padding: 0; - overflow: hidden; - - .embed-responsive-item, - iframe, - embed, - object, - video { - position: absolute; - top: 0; - left: 0; - bottom: 0; - height: 100%; - width: 100%; - border: 0; - } - - // Modifier class for 16:9 aspect ratio - &.embed-responsive-16by9 { - padding-bottom: 56.25%; - } - - // Modifier class for 4:3 aspect ratio - &.embed-responsive-4by3 { - padding-bottom: 75%; - } -} |
