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

Adolfo Jayme Barrientos fitojb at ubuntu.com
Sat Oct 7 01:10:17 UTC 2017


 help3xsl/default.css |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 208b4ffb21e49ad906280ce3663852d5a1b83994
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Fri Oct 6 20:09:34 2017 -0500

    tdf#112754 Enlarge H1, make its fonts thinner & increase margin-bottom
    
    Change-Id: Ie683cdd429626bfcb1e2ebc0ad8ae88ec1fe50be

diff --git a/help3xsl/default.css b/help3xsl/default.css
index cc8fafb27..d686169b1 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -87,7 +87,7 @@ h3,
 h4,
 h5,
 h6 {
-    margin-bottom: 5pt;
+    margin-bottom: 8pt;
     color: #18A303;
 }
 p,
@@ -96,10 +96,10 @@ td {
     margin: 2px 2px 2px 2px;
 }
 h1 {
-    font-size: 18pt;
-    border-bottom: 5px solid #18A303;
+    font-size: 22pt;
+    font-weight: 300;
+    border-bottom: 3px solid #18A303;
     padding-bottom: 6px;
-    margin-bottom: 6px;
 }
 h2 {
     font-size: 14pt;


More information about the Libreoffice-commits mailing list