From b2fd3caea6173893ff77170487a170383b858936 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Mon, 16 Apr 2012 00:27:32 +0100 Subject: [PATCH] MDL-23647 theme_anomaly: Removed margin + added padding to current week main content to give it more definition. --- 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 2f93b1aab18..d420e1e5220 100644 --- a/theme/anomaly/style/general.css +++ b/theme/anomaly/style/general.css @@ -137,7 +137,7 @@ h1.headermain { } .course-content .section.main .content { - margin: 0 30px 10px 30px; + padding: 5px 5px 10px; background-color: #FFF; }