From b6e92ca50b001a8efda7109fd80a962bf936b250 Mon Sep 17 00:00:00 2001
From: Skylar Kelty <S.Kelty@kent.ac.uk>
Date: Thu, 14 Aug 2014 13:04:39 +0100
Subject: [PATCH] MDL-46829 - Theme inheriting background color improperly
 after MDL-45031

---
 theme/base/style/core.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/theme/base/style/core.css b/theme/base/style/core.css
index 6ad187a..c0b2fdb 100644
--- a/theme/base/style/core.css
+++ b/theme/base/style/core.css
@@ -59,7 +59,11 @@ a.dimmed_text:visited,
 .sitetopic .section li.activity,
 .course-content .section li.activity,
 .sitetopic .section li.movehere,
-.course-content .section li.movehere,
+.course-content .section li.movehere {
+    list-style: none;
+    margin: 0;
+    padding: 0;
+}
 
 .course-content .current {background:#E3E3E3;}
 
-- 
2.0.4

