From 7d058f73e228126ba38a8320dafd0926c038dd57 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Wed, 16 Nov 2011 21:15:24 +0000 Subject: [PATCH] MDL-30309 FIX typo in CSS in theme_anomaly --- 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 188bce12dc6..df2b251f593 100644 --- a/theme/anomaly/style/general.css +++ b/theme/anomaly/style/general.css @@ -125,7 +125,7 @@ html, body { } #page-report-outline-user .section { - border:i 1px solid #DDD; + border: 1px solid #DDD; margin: 0 5% 1.5em 5%; }