From 3415e48be55bcb2c96ae3b6c8411734fc3f3e375 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Tue, 3 Jul 2012 16:03:29 -0400 Subject: [PATCH] Added bug fix for speed selector --- lms/static/sass/courseware/_video.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lms/static/sass/courseware/_video.scss b/lms/static/sass/courseware/_video.scss index a28302d575..1a7e52b92b 100644 --- a/lms/static/sass/courseware/_video.scss +++ b/lms/static/sass/courseware/_video.scss @@ -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; } }