]> git.mjollnir.org Git - moodle.git/commitdiff
Subtle fix to style-selectors/ background colours
authornfreear <nfreear>
Thu, 27 Apr 2006 16:03:24 +0000 (16:03 +0000)
committernfreear <nfreear>
Thu, 27 Apr 2006 16:03:24 +0000 (16:03 +0000)
 - Bug 5161 "Course format weekscss looks unfinished".

theme/standard/styles_color.css

index 568da9fb44733825410a2c9a1f5dc24e1270b3c1..d72a0a5bfa9906ec6d41bd2e2adf3213c81e3161 100644 (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;
 }