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

New commits:
commit 1fbed0448d0d1d77532fe3abb5be05fc13d93bdb
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Wed Jan 5 12:00:51 2022 -0300
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Wed Jan 5 18:18:18 2022 +0100

    Improve paragraph spacing in text
    
    Add more space below paragraphs.
    
    Change-Id: Ie282883229bcc1471aed6c35ef57d1ec909996b5
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128013
    Tested-by: Jenkins
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/help3xsl/default.css b/help3xsl/default.css
index ccc61e331..66dd59271 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -234,7 +234,7 @@ p,
 ol,
 td {
     font-size: 1.15rem;
-    margin: 2px 0 2px 0;
+    margin: 2px 0 10px 0;
 }
 h1 {
     font-size: 1.83rem;

Reply via email to