Commit c877e538 by Ernie Park

add html5 youtube iframe tag css to application.css

parent 3a33e238
...@@ -554,6 +554,11 @@ div.course-wrapper { ...@@ -554,6 +554,11 @@ div.course-wrapper {
float: left; float: left;
width: 640px; width: 640px;
min-height: 620px; } 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 { div.course-wrapper section.course-content div.video-wrapper section ul {
display: inline-block; } display: inline-block; }
div.course-wrapper section.course-content div.video-wrapper section ul li { div.course-wrapper section.course-content div.video-wrapper section ul li {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment