diff options
author | Christian Pointner <equinox@ffgraz.net> | 2012-09-08 15:53:58 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2012-09-08 15:53:58 +0000 |
commit | 173f559d0e3e109af6d11ef0918e680157d9e64b (patch) | |
tree | 707186908cbde8e89161f86bb2e2f537e713723d | |
parent | ecb5600dbaada5a473ad8541fcd239c4092d83d4 (diff) |
fixed image path
-rw-r--r-- | css/ffci.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/ffci.css b/css/ffci.css index 59bc092..69e5f33 100644 --- a/css/ffci.css +++ b/css/ffci.css @@ -16,7 +16,7 @@ div#header { border: 0; border-top: 28px solid white; background-color: white; - background-image: url("../images/headerff.jpg"); + background-image: url("/images/headerff.jpg"); background-repeat: no-repeat; background-position: 42px 0; height: 164px; @@ -89,7 +89,7 @@ div#navigation h1 { font-size: 10pt; text-align: right; background-color: white; - background-image: url("../images/mascotte.png"); + background-image: url("/images/mascotte.png"); background-repeat: no-repeat; background-position: left bottom; margin: 0; |