move html5 iframe stylings to sass file

This commit is contained in:
Ernie Park
2012-01-13 13:35:38 -05:00
parent 0ce7d742a2
commit 089b51589a
2 changed files with 8 additions and 1 deletions

View File

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

View File

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