diff options
author | PeterTheOne <petertheone@gmail.com> | 2018-02-27 19:26:00 +0100 |
---|---|---|
committer | PeterTheOne <petertheone@gmail.com> | 2018-02-27 19:26:00 +0100 |
commit | 3e26bec971751c1ba6a493ece2bbe09761738edb (patch) | |
tree | fc162c1fd3bb4c594a5acf9b12eb399feb7b0c01 /contrib | |
parent | add sfive forwarding to es (diff) |
fix background.png path
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/site/style.css | 2 |
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; } |