Fix /pages css to the correct path for images

This commit is contained in:
Daniel Kimsey
2012-12-11 13:00:55 -05:00
parent 4c4dc5398a
commit b770062788
@@ -699,14 +699,14 @@ ul.actions {
#pages li a.file, #pages li a.file,
#pages li a.folder { #pages li a.folder {
background-image: url(/images/fileview/document.png); background-image: url(../images/fileview/document.png);
background-position: 0 1px; background-position: 0 1px;
background-repeat: no-repeat; background-repeat: no-repeat;
padding-left: 20px; padding-left: 20px;
} }
#pages li a.folder { #pages li a.folder {
background-image: url(/images/fileview/folder-horizontal.png); background-image: url(../images/fileview/folder-horizontal.png);
} }
#pages .breadcrumb { #pages .breadcrumb {