diff options
author | Dan Vrátil <dvratil@redhat.com> | 2012-07-27 03:24:23 +0800 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2012-07-27 03:24:23 +0800 |
commit | 9574b77d639cede8aa38133850c9d4f3e6059a44 (patch) | |
tree | 286a41cd6e5f0abc19e0c4313610986bd728608d /em-format | |
parent | 7878c06f05c0aa1a66b380fd4f31ddde227c7db1 (diff) | |
download | gsoc2013-evolution-9574b77d639cede8aa38133850c9d4f3e6059a44.tar.gz gsoc2013-evolution-9574b77d639cede8aa38133850c9d4f3e6059a44.tar.zst gsoc2013-evolution-9574b77d639cede8aa38133850c9d4f3e6059a44.zip |
Bug #680577 - [text-highlight] - Failed to load part
Diffstat (limited to 'em-format')
-rw-r--r-- | em-format/e-mail-formatter-text-plain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/em-format/e-mail-formatter-text-plain.c b/em-format/e-mail-formatter-text-plain.c index e2e669dd41..e7147e85de 100644 --- a/em-format/e-mail-formatter-text-plain.c +++ b/em-format/e-mail-formatter-text-plain.c @@ -117,7 +117,7 @@ emfe_text_plain_format (EMailFormatterExtension *extension, content = g_strdup_printf ( "<div class=\"part-container pre\" style=\"" - "border: none; padding: 10px; margin: 0; " + "border: none; padding: 8px; margin: 0; " "background-color: #%06x; color: #%06x;\">\n", e_color_to_value ((GdkColor *) e_mail_formatter_get_color ( |