diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-30 14:17:21 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-30 14:17:21 +0000 |
commit | 0b09387ed3547d1d895b73294852c17dc47c151b (patch) | |
tree | 1668ba4a82bb61947790765ff7cb2e11c5efabe4 | |
parent | 38a886e12c9f0bdea4f814f817f4471b3ce8ce0c (diff) | |
download | control-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
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | control-center | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ - enable to translate menu entry here rather than in menu-messages (#43580) - right part: o remove gray gradient + o reduce subtitles font size Version 11.7.3 - 30 September 2008, Thierry Vignaud 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) { |