diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-04-23 07:11:36 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-04-23 07:25:41 -0500 |
commit | 2a148c5633a0123356ed870a97d9578039307d1b (patch) | |
tree | 65206e03bc93313a4b83f19d38387f57d2bcc7b9 /help3xsl | |
parent | e81f1e1ff611df348bf3fa627737b968831106cf (diff) |
Helponline: Contents and Index labels are oversized
Change-Id: Iea3de265bd5cb81747f87e4279d6ac498be06c47
Diffstat (limited to 'help3xsl')
-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; |