From 61b024d2b41e5bbf1cc0a6e792d2cb1268b6a523 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Wed, 4 Aug 2010 01:15:18 +0000 Subject: [PATCH] themes MDL-23507 prevented standard theme from not highlighting the current week on the course page --- theme/standard/style/course.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/standard/style/course.css b/theme/standard/style/course.css index 3832f3f22ab..af198fa4174 100644 --- a/theme/standard/style/course.css +++ b/theme/standard/style/course.css @@ -1,5 +1,5 @@ /** Course formats **/ -.course-content ul.weeks li.section {border:1px solid #DDD;background-color:#FFF;} +.course-content ul.weeks li.section {border:1px solid #DDD;} .course-content ul.weeks li.section .content {background-color:#FAFAFA;padding:5px 10px;} .course-content ul.weeks li.section .content h3 {margin:0;color:#777;font-weight: normal;} .course-content ul.weeks li.section .left {padding:5px 0;}