aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/css/style.css')
-rw-r--r--web/css/style.css6
1 files 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 {