diff --git a/lms/static/sass/courseware/_courseware.scss b/lms/static/sass/courseware/_courseware.scss index cc822c6d77..dfc27ad652 100644 --- a/lms/static/sass/courseware/_courseware.scss +++ b/lms/static/sass/courseware/_courseware.scss @@ -12,7 +12,11 @@ div.course-wrapper { @extend .table-wrapper; ul, ol { - list-style: none; + padding-left: lh(); + + li { + margin-bottom: lh(.5); + } } section.course-content { @@ -32,12 +36,6 @@ div.course-wrapper { } } - ul { - li { - margin-bottom: lh(.5); - } - } - div#seq_content { h1 { background: none; @@ -48,6 +46,9 @@ div.course-wrapper { } ol.vert-mod { + list-style: none; + padding-left: 0; + > li { @extend .clearfix; @extend .problem-set; @@ -85,10 +86,6 @@ div.course-wrapper { height: 150px; } - ul { - list-style: disc outside none; - padding-left: 1em; - } nav.sequence-bottom { ul { diff --git a/lms/static/sass/courseware/_problems.scss b/lms/static/sass/courseware/_problems.scss index 0b056ca549..cbcc2ab4bc 100644 --- a/lms/static/sass/courseware/_problems.scss +++ b/lms/static/sass/courseware/_problems.scss @@ -53,7 +53,6 @@ section.problem-set { } } - div { p.status { text-indent: -9999px; diff --git a/lms/static/sass/courseware/_video.scss b/lms/static/sass/courseware/_video.scss index 87092fdc54..15cc75e501 100644 --- a/lms/static/sass/courseware/_video.scss +++ b/lms/static/sass/courseware/_video.scss @@ -442,6 +442,8 @@ section.course-content { max-height: 460px; overflow: auto; width: flex-grid(3, 9); + padding-left: 0; + list-style: none; li { border: 0;