summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xcontrol-center8
2 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0b6ac334..9a9179d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
- make icon+text act as a single item for links
- make sure --save-html-pages write UTF-8 files
+- use gray gradient in right background
Version 11.4 - 25 September 2008, Thierry Vignaud
diff --git a/control-center b/control-center
index 63af531a..c266c177 100755
--- a/control-center
+++ b/control-center
@@ -821,10 +821,18 @@ foreach (@tree) {
my $my_index = $index++;
my $square_icon_uri = ugtk2::_find_imgfile('cadre-ic');
+ my $back_img = mygtk2::_find_imgfile('right-white-background_right_part_768.png');
my $string = join("\n", qq(<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
+ body {
+ background-color: #ecf0f2;
+ background-image: url($back_img);
+ background-repeat: no-repeat; /*pas de répition de l'image*/
+ background-attachment: fixed;
+ background-position: top left
+ }
p {text-align: $align}
td {text-align: $align}
h3 {