Added bug fix for speed selector

This commit is contained in:
Kyle Fiedler
2012-07-03 16:03:29 -04:00
parent 28cc64b9b1
commit 3415e48be5

View File

@@ -137,7 +137,6 @@ section.course-content {
float: left;
margin-bottom: 0;
a {
border-bottom: none;
border-right: 1px solid #000;
@@ -199,6 +198,8 @@ section.course-content {
ol.video_speeds {
display: block;
opacity: 1;
list-style: none;
padding-left: 0;
}
}