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

New commits:
commit 72dacfc24370fe812e2ab4b56c9221112176c27d
Author:     Olivier Hallot <[email protected]>
AuthorDate: Mon Jul 27 16:39:09 2026 -0300
Commit:     Christian Lohmaier <[email protected]>
CommitDate: Tue Jul 28 18:16:50 2026 +0200

    Change left margin for paragraphs in table
    
    Change-Id: I810840cfad3b8be45440024b6a4bd338f53dfe3f
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/208689
    Reviewed-by: Olivier Hallot <[email protected]>
    Tested-by: Jenkins
    (cherry picked from commit 2b2ed1b46283db1db64e5f36ee31f8be124b20e1)
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/208743
    Reviewed-by: Christian Lohmaier <[email protected]>

diff --git a/help3xsl/default.css b/help3xsl/default.css
index 2fbb2808f2..3306f3f520 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -276,7 +276,9 @@ html[dir="ltr"] th {
 .table_font_small {
     font-size: 0.98rem;
 }
-
+p.tablecontentintable, p.tableheadintable{
+    margin-left: 5px;
+}
 /* ScriptForge service tables */
 .sf_table {
     min-width: 100%;

Reply via email to