diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-04-23 07:11:36 -0500 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-08-07 17:55:28 +0200 |
commit | 4110beb134b03abca67d07323c8eef7199e4b17c (patch) | |
tree | 2f75687b0d161675830115ee82fb9366f96f2572 | |
parent | b2db7aef20675bc8a8b9a5b6bc53ae572fd911c7 (diff) |
Helponline: Contents and Index labels are oversized
Change-Id: Iea3de265bd5cb81747f87e4279d6ac498be06c47
-rw-r--r-- | help3xsl/default.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index a31eea1c40..3f30cda395 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -369,12 +369,10 @@ footer p { opacity: 0; } label[for=accordion-1] { - text-decoration: underline; color: #18A303; - cursor: pointer; display: block; padding: 10px 0 10px 20px; - font-size: 29px; + font-size: 1.4em; line-height: .6; } label[for=accordion-1]:after { @@ -392,7 +390,7 @@ aside input[type=checkbox]:checked ~ .contents-treeview { } .index-label { float: left; - font-size: 29px; + font-size: 1.4em; color: #18A303; padding-left: 20px; margin: 20px 0 0 0; |