diff --git a/addons/mail/static/src/css/mail.css b/addons/mail/static/src/css/mail.css
index 8d461af858627a4e5b7db9617bebfba4ddb56a10..75a64b990968bb462619bc89980a5ba82ff6ecad 100644
--- a/addons/mail/static/src/css/mail.css
+++ b/addons/mail/static/src/css/mail.css
@@ -86,6 +86,9 @@
 .openerp .oe_mail .oe_msg .oe_msg_content .oe_msg_body pre {
     white-space: pre-wrap;
 }
+.openerp .oe_mail .oe_msg .oe_msg_content .oe_msg_body blockquote {
+    font-size: 1em;
+}
 .openerp .oe_mail .oe_msg .oe_msg_content .oe_msg_body * {
     text-overflow:ellipsis;
     word-wrap: break-word;