From 2a148c5633a0123356ed870a97d9578039307d1b Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Mon, 23 Apr 2018 07:11:36 -0500 Subject: Helponline: Contents and Index labels are oversized Change-Id: Iea3de265bd5cb81747f87e4279d6ac498be06c47 --- help3xsl/default.css | 6 ++---- 1 file 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; -- cgit