From c877e538f50206eb7f1b34e0201c80fb6115197e Mon Sep 17 00:00:00 2001 From: Ernie Park Date: Mon, 16 Jan 2012 21:42:51 -0500 Subject: [PATCH] add html5 youtube iframe tag css to application.css --- css/application.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/application.css b/css/application.css index 2dba17e13e..7647d86a9b 100644 --- a/css/application.css +++ b/css/application.css @@ -554,6 +554,11 @@ div.course-wrapper { float: left; width: 640px; min-height: 620px; } + div.course-wrapper section.course-content div.video-wrapper iframe#html5_player { + border: none; + display: none; + height: 390px; + width: 640px; } div.course-wrapper section.course-content div.video-wrapper section ul { display: inline-block; } div.course-wrapper section.course-content div.video-wrapper section ul li {