Commit 089b5158 by Ernie Park

move html5 iframe stylings to sass file

parent 0ce7d742
......@@ -112,6 +112,13 @@ div.course-wrapper {
width: 640px;
min-height: 620px;
iframe#html5_player {
border: none;
display: none;
height: 390px;
width: 640px;
}
section {
ul {
display: inline-block;
......
......@@ -4,7 +4,7 @@
</div>
<!-- TODO(Ernie/Kyle) move styles to css -->
<iframe id="html5_player" type="text/html" width="640" height="390" style="display:none;" frameborder="0">
<iframe id="html5_player" type="text/html" frameborder="0">
</iframe>
<section class="video-controls">
......
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