[Libreoffice-commits] help.git: help3xsl/default.css

Adolfo Jayme Barrientos fitojb at ubuntu.com
Thu Sep 21 12:28:51 UTC 2017


 help3xsl/default.css |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit aaf3eadc2accd171b57f13d013f9adf526651171
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Wed Sep 20 15:12:47 2017 -0500

    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 at libreoffice.org>
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
    Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/help3xsl/default.css b/help3xsl/default.css
index 6fcfc3297..cc8fafb27 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -40,6 +40,7 @@ h6,
 }
 body {
     margin: 0;
+    line-height: normal;
 }
 pre,
 .code,


More information about the Libreoffice-commits mailing list