diff options
author | Anna Marie Dirks <anna@ximian.com> | 2001-08-10 07:20:36 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2001-08-10 07:20:36 +0800 |
commit | c6178d76a5af97cb03460cca6c13b5bb9bef44a3 (patch) | |
tree | b3bf062f9cb2050d8fc52a088e22d9273055a653 /my-evolution/my-evolution-html.h | |
parent | 8ff06a283d19aa223c2d0bc0d55335eb221f7ff1 (diff) | |
download | gsoc2013-evolution-c6178d76a5af97cb03460cca6c13b5bb9bef44a3.tar gsoc2013-evolution-c6178d76a5af97cb03460cca6c13b5bb9bef44a3.tar.gz gsoc2013-evolution-c6178d76a5af97cb03460cca6c13b5bb9bef44a3.tar.bz2 gsoc2013-evolution-c6178d76a5af97cb03460cca6c13b5bb9bef44a3.tar.lz gsoc2013-evolution-c6178d76a5af97cb03460cca6c13b5bb9bef44a3.tar.xz gsoc2013-evolution-c6178d76a5af97cb03460cca6c13b5bb9bef44a3.tar.zst gsoc2013-evolution-c6178d76a5af97cb03460cca6c13b5bb9bef44a3.zip |
added more padding between the vertical spacer and the icons for the
2001-08-09 Anna Marie Dirks <anna@ximian.com>
* my-evolution-html.h : added more padding between the vertical
spacer and the icons for the mail/appointments/tasks summaries.
svn path=/trunk/; revision=11847
Diffstat (limited to 'my-evolution/my-evolution-html.h')
-rw-r--r-- | my-evolution/my-evolution-html.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/my-evolution/my-evolution-html.h b/my-evolution/my-evolution-html.h index 5817f015a4..b1f031f54b 100644 --- a/my-evolution/my-evolution-html.h +++ b/my-evolution/my-evolution-html.h @@ -18,22 +18,23 @@ #define HTML_1 "<html><head></head><body background=\"bcg.png\" "\ "bgcolor=\"white\" link=\"#314e6c\" alink=\"black\" vlink=\"#314e6c\">"\ "<img src=\"empty.gif\" alt=\"\" width=\"10\" height=\"20\">"\ -"<table border=\"0\" numcols=\"4\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">"\ +"<table border=\"0\" numcols=\"5\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">"\ "<tbody><tr>" #endif /* Needs a stringified date */ -#define HTML_2 "<td align=\"Right\" colspan=\"4\"><b>%s</b><br> <img src=\"empty.gif\" width=\"1\" height=\"3\"></td>" +#define HTML_2 "<td align=\"Right\" colspan=\"5\"><b>%s</b><br> <img src=\"empty.gif\" width=\"1\" height=\"3\"></td>" -#define HTML_3 "</tr><tr><td colspan=\"4\" bgcolor=\"#000000\"><img src=\"empty.gif\" width=\"1\" height=\"1\"></td></tr>"\ +#define HTML_3 "</tr><tr><td colspan=\"5\" bgcolor=\"#000000\"><img src=\"empty.gif\" width=\"1\" height=\"1\"></td></tr>"\ "<tr valign=\"Top\">" \ -"<td width=\"100%\">"\ +"<td width=\"100%\">"\ /* Weather stuff goes here */ /* RDF Stuff goes here */ #define HTML_4 "</td><td> </td><td width=\"1\" bgcolor=\"#000000\"><img src=\"empty.gif\" width=\"1\" height=\"1\"></td>"\ +"<td width=\"15\" background=\"pattern.png\">   </td>"\ "<td width=\"0\" background=\"pattern.png\">" /* Mail stuff ici s'il vous plait */ @@ -50,3 +51,4 @@ "<tr bgcolor=\"#000000\"><td colspan=\"5\"><img src=\"empty.gif\" alt=\"\" width=\"10\" height=\"1\"></td></tr>"\ "</tbody></table></body></html>" #endif + |