diff options
author | Arne Georg Gleditsch <argggh@taniquetil.(none)> | 2008-02-21 23:32:57 +0100 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@taniquetil.(none)> | 2008-02-21 23:32:57 +0100 |
commit | 19830406011ef04364f4e7596baf3c33667fb369 (patch) | |
tree | 6f8391791b5ba193a995b293036514c89f51b225 /webroot | |
parent | bbe207294b8e7ad4e4e270365d3880bb553b004e (diff) | |
parent | 2a09483fa328fa429c0f38e50390f132505c9c3d (diff) |
Merge branch 'master' of ssh://lxr.linux.no/home/argggh/git/lxrng
Diffstat (limited to 'webroot')
-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; } |