[Libreoffice-commits] help.git: Branch 'libreoffice-6-1' - help3xsl/default.css

Adolfo Jayme Barrientos fitojb at ubuntu.com
Thu Jul 19 10:10:49 UTC 2018


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

New commits:
commit 8bddc0324cab7ed288fddaf6562cb2d2fc83942d
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Tue Jul 10 05:31:25 2018 -0500

    Helponline: Fix alignment of TOC in sidebar
    
    It was too close to the window border in Edge, Chrome and Firefox Nightly.
    
    (cherry picked from commits 01319d64fae5989f35d10038d19d3371efb69d73
    and 1ee609da2c58c8628535602348d2a51dd7ac9f14)
    
    Change-Id: Ic65fd8bcddf9836cfa4c6529fe286885983c78d1
    Reviewed-on: https://gerrit.libreoffice.org/57341
    Tested-by: Jenkins
    Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>

diff --git a/help3xsl/default.css b/help3xsl/default.css
index 2104d01d4..092ed89ef 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -454,7 +454,7 @@ aside input[type=checkbox]:checked ~ .contents-treeview {
     color: #333;
     z-index: 6;
     display: block;
-    padding: 0 0 0 20px;
+    margin: 0 20px 0 20px;
 }
 .index-label {
     font-size: 22px;
@@ -794,7 +794,7 @@ li.disabled a {
         color: #333;
         z-index: 6;
         display: block;
-        padding: 0 0 0 20px;
+        margin: 0 20px 0 20px;
     }
     label[for=accordion-1] {
         background-color: transparent;


More information about the Libreoffice-commits mailing list