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/default.css | |
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/default.css')
-rw-r--r-- | help3xsl/default.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 3a83d55d42..6fcfc3297c 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -389,8 +389,12 @@ header input[type=checkbox], top: 2px; left: 2px; } +#Index ul { + padding-left:15px; +} #Index ul li { list-style-type: none; + font-size: 11pt; } #Index p { font-size: 16pt; @@ -478,6 +482,7 @@ header input[type=checkbox], padding: 0; margin: 0; list-style: none; + font-size: 11pt; } .contents-treeview { /* font: normal 11px "Segoe UI", Arial, Sans-serif;*/ |