From 2ee94c2d379246e0ce2515f08c252f2b73844780 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 42c50e8a550..7c42c5cdba9 100644 --- a/theme/anomaly/style/general.css +++ b/theme/anomaly/style/general.css @@ -116,7 +116,7 @@ html, body { } .course-content .section.main .content { - margin: 0 30px 10px 30px; + padding: 5px 5px 10px; background-color: #FFF; }