1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-02 16:58:30 +00:00

Fix the "Radicale" background

This commit is contained in:
Guillaume Ayoub 2012-08-21 16:35:18 +02:00
parent dbdd245697
commit 73b0cf4494

View file

@ -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;