From b656d9226cb8ff8d61fb6491c8133a3619f8ec68 Mon Sep 17 00:00:00 2001 From: nfreear Date: Thu, 27 Apr 2006 16:03:24 +0000 Subject: [PATCH] Subtle fix to style-selectors/ background colours - Bug 5161 "Course format weekscss looks unfinished". --- theme/standard/styles_color.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 568da9fb44..d72a0a5bfa 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -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; } -- 2.39.5