From 7c060a6cb8d825e818ad9b1e60d4db5312aaae05 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 13 Sep 2007 08:53:19 +0000 Subject: add an horizontal separator between right sub-sections --- control-center | 3 +++ 1 file changed, 3 insertions(+) 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 .= "
\n" if $section++; $string .= qq(

$subtree->{title}

-- cgit v1.2.1