copied list handling CSS from cssweek format section to general course section and added handling for section lists on the index page

This commit is contained in:
urs_hunkler 2006-04-12 19:56:42 +00:00
parent d4a42ff494
commit e062995380

View File

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