From: nfreear Date: Thu, 27 Apr 2006 16:03:24 +0000 (+0000) Subject: Subtle fix to style-selectors/ background colours X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b656d9226cb8ff8d61fb6491c8133a3619f8ec68;p=moodle.git Subtle fix to style-selectors/ background colours - Bug 5161 "Course format weekscss looks unfinished". --- 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; }