From 173f559d0e3e109af6d11ef0918e680157d9e64b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 8 Sep 2012 15:53:58 +0000 Subject: fixed image path --- css/ffci.css | 4 ++-- 1 file 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; -- cgit v1.2.1