summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-31 03:42:57 +0200
committerSiri Reiter <siri@jones.dk>2009-03-31 03:42:57 +0200
commitd4a2b61296cb74bb9afc1b69ea755491324caa9a (patch)
tree9b3e7c6ebebc5b060e407d578137416eff5eae85
parenta98150b346b8ffd41ea0626131559d6195e683ad (diff)
Place back-ground image in content.
-rw-r--r--hjerte.pngbin0 -> 2435 bytes
-rw-r--r--local.css3
2 files changed, 3 insertions, 0 deletions
diff --git a/hjerte.png b/hjerte.png
new file mode 100644
index 00000000..7c087e9c
--- /dev/null
+++ b/hjerte.png
Binary files differ
diff --git a/local.css b/local.css
index 88d0ce08..cff87d39 100644
--- a/local.css
+++ b/local.css
@@ -117,6 +117,9 @@ DIV#content {
margin: 3em auto 1em;
padding: 0;
max-width: 50em;
+ background-image: url("hjerte.png");
+ background-repeat: no-repeat;
+ background-position: 70% 30%;
}
DIV.notebox {