diff options
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index a67a036282..6fee232216 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -287,7 +287,7 @@ h6 { .debug { border: 1px solid black; padding: 3px; - display: show; + display: none; background-color: #222; color: red; text-align: left; @@ -563,13 +563,10 @@ aside input[type=checkbox]:checked ~ .contents-treeview { .pagination a { text-decoration: none; } -.fuseshown { +.index a { display: block; } -.fusehidden { - display: none; -} -.fuseshown.hidden { +.index .hidden { display: none; } li.active { |