aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2012-03-29 21:12:44 +0800
committerDan Vrátil <dvratil@redhat.com>2012-03-29 21:12:44 +0800
commitf3150b99087a815061a012e93367425d3b9d06fd (patch)
tree433128fdcd96d53f7f5472823f3662fc64d3c73d
parenta0319179c74d5c58af5d68cf51ae535ac0317e26 (diff)
downloadgsoc2013-evolution-f3150b99087a815061a012e93367425d3b9d06fd.tar
gsoc2013-evolution-f3150b99087a815061a012e93367425d3b9d06fd.tar.gz
gsoc2013-evolution-f3150b99087a815061a012e93367425d3b9d06fd.tar.bz2
gsoc2013-evolution-f3150b99087a815061a012e93367425d3b9d06fd.tar.lz
gsoc2013-evolution-f3150b99087a815061a012e93367425d3b9d06fd.tar.xz
gsoc2013-evolution-f3150b99087a815061a012e93367425d3b9d06fd.tar.zst
gsoc2013-evolution-f3150b99087a815061a012e93367425d3b9d06fd.zip
Bug #673065 - Black rectangle around text in Source view
-rw-r--r--mail/em-format-html.c2
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]),