From 81b07ecaa9acc0a8ff4ec72377ecea8597e78938 Mon Sep 17 00:00:00 2001 From: Andy Konwinski Date: Tue, 27 Aug 2013 05:06:03 +0000 Subject: Add post about Spark Screencast #4 and link to it from documentation main page and the post for the 3rd screencast. --- css/style.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index f7651bdd3..58faae36a 100644 --- a/css/style.css +++ b/css/style.css @@ -2714,13 +2714,18 @@ ul { /* Make embedded video containers look better with responsive design */ .video-container { position: relative; - padding-bottom: 90%; - padding-top: 25px; height: 0; overflow: hidden; margin-bottom: 20px; } - +.video-square { + padding-top: 25px; + padding-bottom: 90%; +} +.video-16x9 { + padding-top: 25px; + padding-bottom: 60%; +} .video-container iframe, .video-container object, .video-container embed { -- cgit v1.2.3