mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
Oops.
This commit is contained in:
parent
8daa533377
commit
c18afa75a2
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@ html {
|
|||
}
|
||||
|
||||
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,
|
||||
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;
|
||||
margin: -2em 0 0 0;
|
||||
min-height: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue