Commit 3415e48b by Kyle Fiedler

Added bug fix for speed selector

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