From 15ffd7e01d7cec0759da84e739253a426c5f9028 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Thu, 13 Sep 2012 15:12:05 -0400 Subject: [PATCH] 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; - } - } } } }