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

New commits:
commit fd1d61f5817684b29e63385699f014bd8ada596c
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Thu Sep 3 09:50:46 2026 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Thu Sep 3 09:58:55 2026 +0200

    Fix typo in css
    
    Change-Id: Iae77dc2e2ebb44061d3f568b4440c217a744fe38
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/210454
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Jenkins

diff --git a/help3xsl/default.css b/help3xsl/default.css
index fe5d281990..6350894b3e 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -655,7 +655,7 @@ h6 {
 .logo {
     grid-area: logo;
     align-self: baseline;
-    -webkit-text-aligh: match-parent;
+    -webkit-text-align: match-parent;
     text-align: match-parent;
 }
 

Reply via email to