From 73b0cf4494a53fef667daa08d2bde67a9f39836d Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Tue, 21 Aug 2012 16:35:18 +0200 Subject: [PATCH] Fix the "Radicale" background --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index f078305a..ceb90400 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -15,7 +15,7 @@ html { body { background: url(img/green.jpg) repeat-x left 2em; /* fallback */ background: url(img/radicale_back.png) no-repeat 100% 100% fixed, - url(img/r.jpg) no-repeat 100%, + url(img/r.jpg) no-repeat 100% 50% fixed, url(img/green.jpg) repeat-x left 2em; color: #444; margin: -2em 0 0 0;