summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {