diff options
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; |