[FIX] mail.css: messages in 'pre' now use the OpenERP fonts, without margins.

bzr revid: tde@openerp.com-20120906140131-72xxfox3c5ctm4pa
This commit is contained in:
Thibault Delavallée 2012-09-06 16:01:31 +02:00
parent b6eeb581ac
commit 07663470e5
1 changed files with 2 additions and 1 deletions

View File

@ -352,8 +352,9 @@
text-align: justify;
}
.openerp .oe_mail_msg_body pre {
.openerp .oe_mail_msg_record_body pre {
font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
margin: 0px;
}
.openerp .oe_mail_msg_body span.oe_mail_msg_tail {