Remove black bars for video

This commit is contained in:
Kyle Fiedler
2012-08-08 16:09:58 -04:00
parent ccc1f1dfd5
commit c3cd858e4b

View File

@@ -16,7 +16,6 @@ div.video {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
padding-top: 30px;
position: relative;
object, iframe {
@@ -463,7 +462,8 @@ div.video {
}
ol.subtitles {
width: 0px;
width: 0;
height: 0;
}
}