diff options
Diffstat (limited to 'theme/static/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; } |