diff options
Diffstat (limited to 'webroot/.static/css/lxrng.css')
-rw-r--r-- | webroot/.static/css/lxrng.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/webroot/.static/css/lxrng.css b/webroot/.static/css/lxrng.css index 3b6ff2b..9f22d4a 100644 --- a/webroot/.static/css/lxrng.css +++ b/webroot/.static/css/lxrng.css @@ -240,8 +240,12 @@ div.footerfill { height: 3px; } -div.content { +div#content { background: white; + background-image: url(../gfx/lxray-large.png); + background-position: top right; + background-repeat: no-repeat; + min-height: 250px; } |