Subtle fix to style-selectors/ background colours

- Bug 5161 "Course format weekscss looks unfinished".
This commit is contained in:
nfreear
2006-04-27 16:03:24 +00:00
parent ee80cc094c
commit b656d9226c
+6 -1
View File
@@ -465,7 +465,12 @@ table.minicalendar {
border-color:#DDDDDD;
}
#course-view .section .content,
/* .content should match the body background, sides are white. */
#course-view .weekscss .content {
background: #FAFAFA;
}
#course-view .weekscss .section,
#course-view .section td.side {
background: #FFFFFF;
}