diff options
-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; |