summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-07-10 05:31:25 -0500
committerJan Holesovsky <kendy@collabora.com>2018-08-07 17:58:33 +0200
commitca4aee3c380c6f12db884607c3705288f8ca4cd4 (patch)
treef7d305023063649b0e868655bac3870dbb8143e8
parenttdf#118430 Three column layout with 1440px width (diff)
downloadhelp-ca4aee3c380c6f12db884607c3705288f8ca4cd4.tar.gz
help-ca4aee3c380c6f12db884607c3705288f8ca4cd4.zip
Helponline: Fix alignment of TOC in sidebar
It was too close to the window border in Edge, Chrome and Firefox Nightly. Change-Id: I29a7b17c6abc240baa1f75cba879942810ebee07
-rw-r--r--help3xsl/default.css2
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;