From 0e4f7b4f194dded02944599a34b661a9cfb1dd70 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Wed, 4 Aug 2010 01:42:07 +0000 Subject: [PATCH] themes MDL-23507 made the current week highlighting look a little better with the theme anomoly --- theme/anomaly/style/general.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/anomaly/style/general.css b/theme/anomaly/style/general.css index ef378747e21..b7e3c8a6944 100644 --- a/theme/anomaly/style/general.css +++ b/theme/anomaly/style/general.css @@ -34,7 +34,7 @@ html, body {background-color:#C8C9C7;} .course-content .section.main {border:1px solid #E3E3E3;margin-bottom:10px;} .course-content .section.main .left.side {float:left;width:20px;padding:5px;} .course-content .section.main .right.side {float:right;width:20px;padding:5px;} -.course-content .section.main .content {margin:0px 30px 10px 30px;} +.course-content .section.main .content {margin:0px 30px 10px 30px;background-color:#FFF;} .course-content .section.main .content .section_add_menus {text-align:right;} #course-user .section {border:1px solid #DDD;margin:0px 5% 1.5em 5%;} -- 2.43.0