styles update

This commit is contained in:
coderaiser 2012-06-14 10:56:25 +00:00
parent a80707e6eb
commit f60544ec19

View file

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