add html5 youtube iframe tag css to application.css

This commit is contained in:
Ernie Park
2012-01-16 21:42:51 -05:00
parent 3a33e238f4
commit c877e538f5

View File

@@ -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 {