summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2013-05-12 16:48:09 +0200
committerSébastien Dailly <sebastien@chimrod.com>2013-05-12 16:48:09 +0200
commitd7949f01066aa0a09c7ef9ba5e0e6c6f74cf8c89 (patch)
tree4823be31f9b7aef16cf62987537f6d806448a185
parent523b14c43187035ff16c401d06a75a7acf049d69 (diff)
Update background color
-rwxr-xr-xtheme/static/css/main.css2
1 files changed, 1 insertions, 1 deletions
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;
}