diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-09-20 15:12:47 -0500 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-09-21 14:28:23 +0200 |
commit | aaf3eadc2accd171b57f13d013f9adf526651171 (patch) | |
tree | 6fa396ec6f6f4a65415dc498716059eaaf2a8637 /help3xsl | |
parent | 73f7d3200315ff913d5880d6cc6e392e730c82ef (diff) |
Helponline: Override the “normalizer” rule messing with line height
Otherwise, the body text looks cramped.
Change-Id: I4bf6a8b714a243c5de333f46c4249e1c51060f50
Reviewed-on: https://gerrit.libreoffice.org/42222
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/default.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 6fcfc3297c..cc8fafb274 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -40,6 +40,7 @@ h6, } body { margin: 0; + line-height: normal; } pre, .code, |