From 1fca334704236d6d8fc371bdc0a552299492fc12 Mon Sep 17 00:00:00 2001 From: John McLear Date: Wed, 20 Jul 2011 17:26:50 +0100 Subject: [PATCH] fix literal paths, now they are relative --- static/css/pad_lite.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/pad_lite.css b/static/css/pad_lite.css index ed1623364..e94dd6ea3 100644 --- a/static/css/pad_lite.css +++ b/static/css/pad_lite.css @@ -914,7 +914,7 @@ position: relative; height: 22px; left: 0px; top: 0px; background-size: 100% auto; - background-image: url("/static/img/nw-resize.png"); + background-image: url("../img/nw-resize.png"); background-repeat: no-repeat; /* background-position: -5px -5px;*/ } @@ -956,7 +956,7 @@ position: relative; line-height:25px; background-repeat:no-repeat; padding-left:25px; - background-image: url("/static/img/fileicons.gif"); + background-image: url("../img/fileicons.gif"); color:#fff; text-decoration:none; }