From 15ffd7e01d7cec0759da84e739253a426c5f9028 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Thu, 13 Sep 2012 15:12:05 -0400 Subject: [PATCH 1/2] Better styles for updates --- lms/static/images/calendar-icon.png | Bin 0 -> 101 bytes lms/static/sass/course/_info.scss | 52 +++++++++++++++++++--------- 2 files changed, 36 insertions(+), 16 deletions(-) create mode 100644 lms/static/images/calendar-icon.png diff --git a/lms/static/images/calendar-icon.png b/lms/static/images/calendar-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..367e4fef0ae203425bd2d0ef40f0837418f23b48 GIT binary patch literal 101 zcmeAS@N?(olHy`uVBq!ia0vp^JV4CN!3HF~3v%Ltl#Zv1V@SoVy?q-w85lSY@7eZ$ zenPsqE+ccJUgNaDN8tr2Y*A+XKU76Fcz5znxT>&LtMLC?pgsmqS3j3^P6 ul { + padding-left: 0; + + > li { + list-style: none; + } + + > ul { + list-style-type: disc; + } + } li { margin-bottom: lh(.5); } - - p { - &:last-child { - margin-bottom: 0; - } - } } } } From e0e94ee1f1469c88db5673c142a589e7140bc917 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Thu, 13 Sep 2012 15:23:46 -0400 Subject: [PATCH 2/2] A little more space for each list --- lms/static/sass/course/_info.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/static/sass/course/_info.scss b/lms/static/sass/course/_info.scss index 4fafc99c9f..6232a68055 100644 --- a/lms/static/sass/course/_info.scss +++ b/lms/static/sass/course/_info.scss @@ -22,8 +22,8 @@ div.info-wrapper { @extend .clearfix; border-bottom: 1px solid lighten($border-color, 10%); list-style-type: disk; - margin-bottom: lh(); - padding-bottom: lh(.5); + margin-bottom: lh(1.5); + padding-bottom: lh(.75); ol, ul { ol,ul {