summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2012-09-08 19:48:43 +0000
committerChristian Pointner <equinox@ffgraz.net>2012-09-08 19:48:43 +0000
commit23c3b62db368c610a2ca43f88f69b6ecca43a069 (patch)
tree82739ad2d1afa774d6d75b8f208230909bf3cb6e /css
parent173f559d0e3e109af6d11ef0918e680157d9e64b (diff)
fixed css path
Diffstat (limited to 'css')
-rw-r--r--css/ffci.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/ffci.css b/css/ffci.css
index 69e5f33..59bc092 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;