Commit 7eb0d4fb by Kyle Fiedler

Fix bugs with video player list styles

parent 1bf1764a
......@@ -3107,7 +3107,9 @@ section.course-content div.video-subtitles div.video-wrapper section.video-contr
outline: none; }
section.course-content div.video-subtitles div.video-wrapper section.video-controls ul.vcr {
float: left;
margin-right: 22.652px; }
margin-right: 22.652px;
list-style: none;
padding: 0; }
section.course-content div.video-subtitles div.video-wrapper section.video-controls ul.vcr li {
float: left;
margin-bottom: 0; }
......
......@@ -143,6 +143,8 @@ section.course-content {
float: left;
margin-right: lh();
@extend .dullify;
list-style: none;
padding: 0;
li {
float: left;
......
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