diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-07-29 10:59:28 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-07-29 16:37:33 +0200 |
commit | 4d6f86d203814a211eae9dfacd4baf195ca4ff1d (patch) | |
tree | bd73695f17eab529308f9dce843b1c305367f59b /help3xsl/xhp2html.sh | |
parent | a0efca32e5ebee152776ac81f8e4f59892faead0 (diff) |
tdf#97745 housekeeping
Fix links in bookmarks.js
Better font size for Index and Contents
Fix CSS file
Change-Id: I42966be1d88b12393b6dd95adb2719baf76a025c
Reviewed-on: https://gerrit.libreoffice.org/40549
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'help3xsl/xhp2html.sh')
-rwxr-xr-x | help3xsl/xhp2html.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/xhp2html.sh b/help3xsl/xhp2html.sh index d4e172c0b0..eb2696a6e4 100755 --- a/help3xsl/xhp2html.sh +++ b/help3xsl/xhp2html.sh @@ -89,7 +89,7 @@ echo 'copy global service files' cp index.html $here'/html/' cp help.js $here'/html/'$productversion'/' cp jquery-3.1.1.min.js $here'/html/'$productversion'/' -cp normalize.js $here'/html/'$productversion'/' +cp normalize.css $here'/html/'$productversion'/' cp default.css $here'/html/'$productversion'/' cp -rap ../source/media $here'/html/'$productversion'/' |