This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via 5626d14f155b571ebec366812ac9a571702166ee (commit)
from dd2588f40bb48ce859cd9a465f7e5b2831cd88bd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=5626d14f155b571ebec366812ac9a571702166ee
commit 5626d14f155b571ebec366812ac9a571702166ee
Author: Franck Villaume <[email protected]>
Date: Thu Oct 6 15:27:20 2016 +0200
use relative path vs. full path: to support url_prefix
diff --git a/src/www/themes/funky/css/theme-pages.css
b/src/www/themes/funky/css/theme-pages.css
index 0f1b586..0da0f63 100644
--- a/src/www/themes/funky/css/theme-pages.css
+++ b/src/www/themes/funky/css/theme-pages.css
@@ -223,12 +223,12 @@
}
.docman_li_treecontent {
- list-style-image: url('/themes/funky/images/ic/folder.png');
+ list-style-image: url('../images/ic/folder.png');
margin: 2px;
}
.docman_li_treecontent_selected {
- list-style-image:
url('/themes/funky/images/docman/directory-with-documents.png');
+ list-style-image: url('../images/docman/directory-with-documents.png');
margin: 2px;
}
-----------------------------------------------------------------------
Summary of changes:
src/www/themes/funky/css/theme-pages.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits