[Libreoffice-commits] help.git: help3xsl/default.css
Adolfo Jayme Barrientos
fitojb at ubuntu.com
Tue Jul 10 10:32:36 UTC 2018
help3xsl/default.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 01319d64fae5989f35d10038d19d3371efb69d73
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.
Change-Id: I29a7b17c6abc240baa1f75cba879942810ebee07
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 2104d01d4..40a2414a5 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -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