diff --git a/static/css/style.css b/static/css/style.css index 711bee95..93796171 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -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%;