summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center3
1 files changed, 3 insertions, 0 deletions
diff --git a/control-center b/control-center
index 6d3e98bc..d23cafa5 100755
--- a/control-center
+++ b/control-center
@@ -1400,6 +1400,7 @@ foreach (@tree) {
p {text-align: $align}
td {text-align: $align}
h3 {text-align: $align; color: gray; font-weight: bold; }
+ hr { width: 98%; background-color: #eef2f6; height: 1; border:0; }
tr {text-align: $align}
td {
margin-left: 10px;
@@ -1434,7 +1435,9 @@ foreach (@tree) {
# Create right notebook pages :
+ my $section;
foreach my $subtree (@subtrees) {
+ $string .= "<hr NOSHADE>\n" if $section++;
$string .= qq(
<h3>$subtree->{title}</h3>
<TABLE BORDER=0 WIDTH="100%" style="margin-bottom: 40px">