summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-09-13 08:53:19 +0000
committerThierry Vignaud <tv@mandriva.org>2007-09-13 08:53:19 +0000
commit7c060a6cb8d825e818ad9b1e60d4db5312aaae05 (patch)
tree636c2fa6b28b1839dae7f9f3a4336cb881d04595
parent96ffe8b5abb7fc3f91b610e66c45ee8216df9f97 (diff)
downloadcontrol-center-7c060a6cb8d825e818ad9b1e60d4db5312aaae05.tar
control-center-7c060a6cb8d825e818ad9b1e60d4db5312aaae05.tar.gz
control-center-7c060a6cb8d825e818ad9b1e60d4db5312aaae05.tar.bz2
control-center-7c060a6cb8d825e818ad9b1e60d4db5312aaae05.tar.xz
control-center-7c060a6cb8d825e818ad9b1e60d4db5312aaae05.zip
add an horizontal separator between right sub-sections
-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">