From e062995380609c798e9b76dec8048b5bd6d1419e Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Wed, 12 Apr 2006 19:56:42 +0000 Subject: [PATCH] copied list handling CSS from cssweek format section to general course section and added handling for section lists on the index page --- theme/standard/styles_layout.css | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 2bca2817c7..54eacd29bc 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -900,8 +900,23 @@ span.current { #course-view .section .weekdates { } +#course-view ul.section, +#site-index ul.section, +#course-view ul.section li, +#site-index ul.section li { + margin: 0; + padding: 0; + text-indent: 0; + list-style: none; +} /*Accessibility: No-tables course format. */ +#course-view ul.weekscss, .weekscss li { + margin: 0; + padding: 0; + text-indent: 0; + list-style: none; +} .weekscss-format { min-width:763px; /* Doesn't work for IE. */ } @@ -912,14 +927,6 @@ span.current { padding-left:12px; padding-right:12px; } - -#course-view ul.weekscss, .weekscss li, -#course-view ul.section, .section li { - margin: 0; - padding: 0; - text-indent: 0; - list-style: none; -} .weekscss li.section { margin-bottom: 0.5em; width: 100%; -- 2.39.5