summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeterTheOne <petertheone@gmail.com>2018-02-27 19:26:00 +0100
committerPeterTheOne <petertheone@gmail.com>2018-02-27 19:26:00 +0100
commit3e26bec971751c1ba6a493ece2bbe09761738edb (patch)
treefc162c1fd3bb4c594a5acf9b12eb399feb7b0c01
parentadd sfive forwarding to es (diff)
fix background.png path
-rw-r--r--contrib/site/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/site/style.css b/contrib/site/style.css
index 772bb4d..c0bf4f1 100644
--- a/contrib/site/style.css
+++ b/contrib/site/style.css
@@ -1,7 +1,7 @@
body {
font-family: "Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
text-align: center;
- background-image: url(/images/background.png);
+ background-image: url(images/background.png);
background-repeat: repeat;
}