1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-05 17:08:29 +00:00
This commit is contained in:
Simon Sapin 2012-01-19 14:01:14 +01:00
parent 8daa533377
commit c18afa75a2

View file

@ -13,10 +13,10 @@ html {
} }
body { body {
background: url(img/green.jpg) repeat-x left 2em #5ca309; /* fallback */ background: url(img/green.jpg) repeat-x left 2em; /* fallback */
background: url(img/radicale_back.png) no-repeat 100% 100% fixed, 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%,
url(img/green.jpg) repeat-x left 2em #5ca309; url(img/green.jpg) repeat-x left 2em;
color: #444; color: #444;
margin: -2em 0 0 0; margin: -2em 0 0 0;
min-height: 100%; min-height: 100%;