From 8c5b0637ce65e0aaab91d01e97508d8042e430de Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Wed, 12 Apr 2006 20:27:30 +0000 Subject: [PATCH] added the CSS for the bullets for lists within activities for the start pages and the course page. made teh CSS more specific than David proposed it. --- theme/standard/styles_layout.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 54eacd29bc..d19407bf2f 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -910,6 +910,11 @@ span.current { list-style: none; } +#course-view ul.section li.activity ul li, +#site-index ul.section li.activity ul li { + list-style: disc; +} + /*Accessibility: No-tables course format. */ #course-view ul.weekscss, .weekscss li { margin: 0; -- 2.39.5