summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-11-03 20:41:52 +0100
committerSiri Reiter <siri@jones.dk>2008-11-03 20:41:52 +0100
commit5f6abd4811c2555176069992540f083c6ad5046a (patch)
tree3ae05a677121945bd5dc4a5fac0002a23d457bb6 /local.css
parent6d7f7b71a654dc2bd6f9c071a189d150013104f8 (diff)
Style: background image (sr_logo) placed.
Diffstat (limited to 'local.css')
-rw-r--r--local.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/local.css b/local.css
index 6727292..975ca46 100644
--- a/local.css
+++ b/local.css
@@ -3,7 +3,11 @@
/* Add local styling here, instead of modifying style.css. */
body {
- background: sr_logo.png no-repeat fixed right bottom;
+ background-color: transparent;
+ background-image: sr_logo.png;
+ background-repeat: no-repeat;
+ background-attachment: fixed;
+ background-position: right bottom;
}
div.header {