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; }