diff options
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 3f30cda395..0fb0b9670b 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -372,7 +372,7 @@ label[for=accordion-1] { color: #18A303; display: block; padding: 10px 0 10px 20px; - font-size: 1.4em; + font-size: 22px; line-height: .6; } label[for=accordion-1]:after { @@ -390,7 +390,7 @@ aside input[type=checkbox]:checked ~ .contents-treeview { } .index-label { float: left; - font-size: 1.4em; + font-size: 22px; color: #18A303; padding-left: 20px; margin: 20px 0 0 0; |