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.

This commit is contained in:
urs_hunkler 2006-04-12 20:27:30 +00:00
parent e062995380
commit 8c5b0637ce

View file

@ -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;