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

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Thu Oct 24 11:22:23 UTC 2019


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

New commits:
commit fdc5abfc53a4f76c534ad7f1782f18e44abdc28b
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Thu Oct 24 08:11:06 2019 -0300
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Thu Oct 24 13:22:03 2019 +0200

    Give some space around images
    
    Change-Id: Ic7251bfa74c9ee1ac8b55edf8f6bed9791d42903
    Reviewed-on: https://gerrit.libreoffice.org/81442
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/help3xsl/default.css b/help3xsl/default.css
index 988d3cf8d..eeaa160d1 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -333,6 +333,8 @@ h6 {
     border-collapse: collapse;
     margin-left: auto;
     margin-right: auto;
+    margin-top: 2em;
+    margin-bottom: 2em;
     border-style:none;
     display:block;
     box-shadow: 10px 10px 5px grey;


More information about the Libreoffice-commits mailing list