From 6db2f0f4b9816ccd271332b89a05a9d0d753216b Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 26 Feb 2015 17:57:42 +0100 Subject: shuffle things around on the way to a bootstrap-based configurable website --- assets/css/lib/bootstrap/_responsive-embed.scss | 34 ------------------------- 1 file changed, 34 deletions(-) delete mode 100644 assets/css/lib/bootstrap/_responsive-embed.scss (limited to 'assets/css/lib/bootstrap/_responsive-embed.scss') diff --git a/assets/css/lib/bootstrap/_responsive-embed.scss b/assets/css/lib/bootstrap/_responsive-embed.scss deleted file mode 100644 index a884d49..0000000 --- a/assets/css/lib/bootstrap/_responsive-embed.scss +++ /dev/null @@ -1,34 +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 { - 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%; - } -} -- cgit v1.2.3