diff options
author | Dan Vrátil <dvratil@redhat.com> | 2012-03-29 21:12:44 +0800 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2012-03-29 21:12:44 +0800 |
commit | f3150b99087a815061a012e93367425d3b9d06fd (patch) | |
tree | 433128fdcd96d53f7f5472823f3662fc64d3c73d /mail | |
parent | a0319179c74d5c58af5d68cf51ae535ac0317e26 (diff) | |
download | gsoc2013-evolution-f3150b99087a815061a012e93367425d3b9d06fd.tar.gz gsoc2013-evolution-f3150b99087a815061a012e93367425d3b9d06fd.tar.zst gsoc2013-evolution-f3150b99087a815061a012e93367425d3b9d06fd.zip |
Bug #673065 - Black rectangle around text in Source view
Diffstat (limited to 'mail')
-rw-r--r-- | mail/em-format-html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c index c481693eed..ab3324d73a 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -1021,7 +1021,7 @@ efh_write_source (EMFormat *emf, buffer = g_string_new (""); g_string_append_printf ( - buffer, "<div class=\"part-container\" style=\"background: #%06x; color: #%06x;\" >", + buffer, "<div class=\"part-container\" style=\"border: 0; background: #%06x; color: #%06x;\" >", e_color_to_value ( &efh->priv->colors[ EM_FORMAT_HTML_COLOR_BODY]), |