summaryrefslogtreecommitdiffstats
path: root/control-center
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-30 14:17:21 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-30 14:17:21 +0000
commit0b09387ed3547d1d895b73294852c17dc47c151b (patch)
tree1668ba4a82bb61947790765ff7cb2e11c5efabe4 /control-center
parent38a886e12c9f0bdea4f814f817f4471b3ce8ce0c (diff)
downloadcontrol-center-0b09387ed3547d1d895b73294852c17dc47c151b.tar
control-center-0b09387ed3547d1d895b73294852c17dc47c151b.tar.gz
control-center-0b09387ed3547d1d895b73294852c17dc47c151b.tar.bz2
control-center-0b09387ed3547d1d895b73294852c17dc47c151b.tar.xz
control-center-0b09387ed3547d1d895b73294852c17dc47c151b.zip
reduce subtitles font size
Diffstat (limited to 'control-center')
-rwxr-xr-xcontrol-center4
1 files changed, 2 insertions, 2 deletions
diff --git a/control-center b/control-center
index 666a07a2..9cd1d77b 100755
--- a/control-center
+++ b/control-center
@@ -834,7 +834,7 @@ foreach (@tree) {
}
p {text-align: $align}
td {text-align: $align}
- h3 {
+ #title {
text-align: $align;
color: #5A8AD6;
font-weight: bold;
@@ -877,7 +877,7 @@ foreach (@tree) {
$string .= "<hr NOSHADE>\n" if $section++;
my $title = mygtk2::asteriskize($subtree->{title});
$string .= qq(
-<h3>$title</h3>
+<div ID="title">$title</div>
<TABLE BORDER=0 WIDTH="100%" style="margin-bottom: 40px">
);
if (@{$subtree->{list}} % 2) {