From e0e3d3c096e2d205aff2f239aedc2b4e7dee5329 Mon Sep 17 00:00:00 2001 From: Liam McLoughlin Date: Mon, 15 Aug 2011 20:53:32 +0100 Subject: Make CSS image paths relative --- web/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/css/style.css b/web/css/style.css index 8a931bc..ce312cd 100644 --- a/web/css/style.css +++ b/web/css/style.css @@ -47,7 +47,7 @@ td { } #header { - background-image: url('/img/header.png'); + background-image: url('../img/header.png'); width: 800px; height: 90px; } @@ -71,11 +71,11 @@ td { } #backbutton { - background-image: url('/img/icons/back.png'); + background-image: url('../img/icons/back.png'); } #forwardbutton { - background-image: url('/img/icons/forward.png'); + background-image: url('../img/icons/forward.png'); } .ui-slider-handle { -- cgit v1.2.3-65-gdbad