diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-07-10 05:31:25 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-07-10 05:31:25 -0500 |
commit | 01319d64fae5989f35d10038d19d3371efb69d73 (patch) | |
tree | 056668f7b2f407b5a6fcefa9f570f9a1d312800d /help3xsl/default.css | |
parent | 581213f4b1f0589367529434af22c41ddc4c1a29 (diff) |
Helponline: Fix alignment of TOC in sidebar
It was too close to the window border in Edge, Chrome and Firefox Nightly.
Change-Id: I29a7b17c6abc240baa1f75cba879942810ebee07
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 2104d01d4a..40a2414a58 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; |