aboutsummaryrefslogtreecommitdiffstats
path: root/webroot
diff options
context:
space:
mode:
authorArne Georg Gleditsch <argggh@lxr.linpro.no>2008-02-21 23:22:55 +0100
committerArne Georg Gleditsch <argggh@lxr.linpro.no>2008-02-21 23:22:55 +0100
commit2a09483fa328fa429c0f38e50390f132505c9c3d (patch)
tree014fe6f99bf3d81cebf3852547e284bf2f290f06 /webroot
parent776cfed8b9216bd1c782f404af8aef6242a13fd5 (diff)
Add favicon and background penguin.
Diffstat (limited to 'webroot')
-rw-r--r--webroot/.static/css/lxrng.css6
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;
}