From bd44aee0269029a9d6e6c56be247ec4a75708075 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 30 Sep 2008 14:34:10 +0000 Subject: add top margin --- control-center | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'control-center') diff --git a/control-center b/control-center index 9cd1d77b..29c9ea71 100755 --- a/control-center +++ b/control-center @@ -839,6 +839,9 @@ foreach (@tree) { color: #5A8AD6; font-weight: bold; } + #top_margin { + margin-top: 30px; + } td.img { background-image: url($square_icon_uri); background-repeat: no-repeat; @@ -874,7 +877,7 @@ foreach (@tree) { my $section; foreach my $subtree (@subtrees) { - $string .= "
\n" if $section++; + $string .= $section++ ? "
\n" : '
'; my $title = mygtk2::asteriskize($subtree->{title}); $string .= qq(
$title
-- cgit v1.2.1