From d7949f01066aa0a09c7ef9ba5e0e6c6f74cf8c89 Mon Sep 17 00:00:00 2001
From: Sébastien Dailly <sebastien@chimrod.com>
Date: Sun, 12 May 2013 16:48:09 +0200
Subject: Update background color

---
 theme/static/css/main.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/static/css/main.css b/theme/static/css/main.css
index f5e457b..b465c33 100755
--- a/theme/static/css/main.css
+++ b/theme/static/css/main.css
@@ -167,7 +167,7 @@ strong {
 
 
 div#page {
-  background : url(../images/fond.jpg) repeat-y top center #323232;
+  background : url(../images/fond.jpg) repeat-y top center white;
     margin: 5% auto 5% auto;
 }
 
-- 
cgit v1.2.3