diff options
-rwxr-xr-x | control-center | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/control-center b/control-center index 5390e018..1bdb2713 100755 --- a/control-center +++ b/control-center @@ -1395,7 +1395,7 @@ foreach (@tree) { <style type="text/css"> p {text-align: $align} td {text-align: $align} - h2 {text-align: $align} + h3 {text-align: $align; color: gray } tr {text-align: $align}), if_(lang::text_direction_rtl(), " a { direction: rtl; unicode-bidi: embed }"), qq( a:link {color:black; text-decoration:none } @@ -1427,7 +1427,7 @@ foreach (@tree) { foreach my $subtree (@subtrees) { $string .= qq( -<h2>$subtree->{title}</h2> +<h3>$subtree->{title}</h3> <TABLE BORDER=0 cellspacing="20" WIDTH="100%"> ); $string .= join("\n", |