From 4afcc3185e29ee0899380a179c6c31a77347bcda Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 18 Apr 2010 04:04:24 +0200 Subject: Style notebox: Correct syntax error in content margin. --- local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.css b/local.css index 86c96384..47a67479 100644 --- a/local.css +++ b/local.css @@ -119,7 +119,7 @@ DIV#wrapper { } DIV#content { - margin 2% 30% 10% 20%; + margin: 2% 30% 10% 20%; padding: 0; } -- cgit v1.2.3