From 83608fd983d9396ff729e8d084833ba82ba587e5 Mon Sep 17 00:00:00 2001 From: Vik Paruchuri Date: Wed, 6 Feb 2013 16:58:59 -0500 Subject: [PATCH] Restyle lists --- lms/static/sass/course/_rubric.scss | 6 ++++++ lms/templates/open_ended_rubric.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lms/static/sass/course/_rubric.scss b/lms/static/sass/course/_rubric.scss index a864fc2869..43dd88b626 100644 --- a/lms/static/sass/course/_rubric.scss +++ b/lms/static/sass/course/_rubric.scss @@ -46,5 +46,11 @@ position: relative; font-size: 16px; } + + ul + { + list-style-type: none; + } + } diff --git a/lms/templates/open_ended_rubric.html b/lms/templates/open_ended_rubric.html index 25f98102e6..3ce848cf8d 100644 --- a/lms/templates/open_ended_rubric.html +++ b/lms/templates/open_ended_rubric.html @@ -27,7 +27,7 @@ % else: % endif