diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-12 16:48:09 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-12 16:48:09 +0200 |
commit | d7949f01066aa0a09c7ef9ba5e0e6c6f74cf8c89 (patch) | |
tree | 4823be31f9b7aef16cf62987537f6d806448a185 /theme/static/css/main.css | |
parent | 523b14c43187035ff16c401d06a75a7acf049d69 (diff) |
Update background color
Diffstat (limited to 'theme/static/css/main.css')
-rwxr-xr-x | theme/static/css/main.css | 2 |
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; } |