From f60544ec19c30ec61ae5fbab70c6c4d59e09a621 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 14 Jun 2012 10:56:25 +0000 Subject: [PATCH] styles update --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 273db2c8..1ed0687e 100644 --- a/style.css +++ b/style.css @@ -123,13 +123,13 @@ /* freeupex */ .directory{ /*list-style-image*/ - background-image:url('images/dir.png'); + background-image:url('/images/dir.png'); background-repeat: no-repeat; background-position: 0 0; } .text-file{ /*list-style-image*/ - background-image:url('images/txt.png'); + background-image:url('/images/txt.png'); background-repeat: no-repeat; background-position: 0 0; }