Merge pull request #605 from dekimsey/pages-images-now-respect-baseurl

Fix /pages css to the correct path for images
This commit is contained in:
bootstraponline
2012-12-11 17:35:03 -08:00
@@ -699,14 +699,14 @@ ul.actions {
#pages li a.file,
#pages li a.folder {
background-image: url(/images/fileview/document.png);
background-image: url(../images/fileview/document.png);
background-position: 0 1px;
background-repeat: no-repeat;
padding-left: 20px;
}
#pages li a.folder {
background-image: url(/images/fileview/folder-horizontal.png);
background-image: url(../images/fileview/folder-horizontal.png);
}
#pages .breadcrumb {