From a6977baed0cb1e15d6a27ea2d0ec9497e6256d6c Mon Sep 17 00:00:00 2001 From: "Dave St.Germain" Date: Mon, 10 Mar 2014 16:14:52 -0400 Subject: [PATCH] Fixed course update css to match changed tags --- lms/static/sass/course/_info.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lms/static/sass/course/_info.scss b/lms/static/sass/course/_info.scss index b668241a15..d2f1791f61 100644 --- a/lms/static/sass/course/_info.scss +++ b/lms/static/sass/course/_info.scss @@ -12,15 +12,15 @@ div.info-wrapper { margin-bottom: lh(); } - > ol { + > ol,section { list-style: none; margin-bottom: lh(); padding-left: 0; - > li { + > li,article { @extend .clearfix; border-bottom: 1px solid lighten($border-color, 10%); - list-style-type: disk; + list-style-type: none; margin-bottom: lh(1.5); padding-bottom: lh(.75);