themes MDL-23507 prevented standard theme from not highlighting the current week on the course page

This commit is contained in:
Andrew Davis
2010-08-04 01:15:18 +00:00
parent 5ac2629e8f
commit 61b024d2b4
+1 -1
View File
@@ -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;}