diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-08-22 05:59:40 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-08-22 05:59:40 +0800 |
commit | ec89843342a510fc5c32b3e016f9533a5b031cde (patch) | |
tree | e751a9b27ab505ba9f924dbd4b4c5b628df3919a /my-evolution | |
parent | f6f5539060e6008ead791a24dbe207c770dde572 (diff) | |
download | gsoc2013-evolution-ec89843342a510fc5c32b3e016f9533a5b031cde.tar.gz gsoc2013-evolution-ec89843342a510fc5c32b3e016f9533a5b031cde.tar.zst gsoc2013-evolution-ec89843342a510fc5c32b3e016f9533a5b031cde.zip |
Fix it for people with funny themes
svn path=/trunk/; revision=12366
Diffstat (limited to 'my-evolution')
-rw-r--r-- | my-evolution/ChangeLog | 4 | ||||
-rw-r--r-- | my-evolution/my-evolution-html.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index ad186ce755..c08095188f 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,7 @@ +2001-08-21 Iain Holmes <iain@ximian.com> + + * my-evolution-html.h: Set the text colour to black. + 2001-08-21 Damon Chaplin <damon@ximian.com> * e-summary-calendar.c (generate_html): diff --git a/my-evolution/my-evolution-html.h b/my-evolution/my-evolution-html.h index b1f031f54b..72b862daeb 100644 --- a/my-evolution/my-evolution-html.h +++ b/my-evolution/my-evolution-html.h @@ -16,7 +16,7 @@ "<tbody><tr>" #else #define HTML_1 "<html><head></head><body background=\"bcg.png\" "\ -"bgcolor=\"white\" link=\"#314e6c\" alink=\"black\" vlink=\"#314e6c\">"\ +"bgcolor=\"white\" text=\"#000000\" link=\"#314e6c\" alink=\"black\" vlink=\"#314e6c\">"\ "<img src=\"empty.gif\" alt=\"\" width=\"10\" height=\"20\">"\ "<table border=\"0\" numcols=\"5\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">"\ "<tbody><tr>" |