From 6b587925d88b6e31562f7065dd13754f558b788c Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 19 Jan 2009 11:53:48 +0100 Subject: Add logo as bgimage. --- local.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/local.css b/local.css index f50afb19..7b63fc9e 100644 --- a/local.css +++ b/local.css @@ -1,3 +1,11 @@ +body { + background-color: transparent; + background-image: url("bmlogo.png"); + background-repeat: no-repeat; + background-attachment: fixed; + background-position: right bottom; +} + h1, h2, h3, h4, h5, h6 { color: #00f; } -- cgit v1.2.3