diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index 64d2ca8452..504f15dd33 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -784,6 +784,9 @@ blockquote blockquote blockquote blockquote blockquote blockquote{ color: black; background-color: #FFFFFF; } + .tmpPrintDiv .td_display span[style] { + font-size: 110% !important; + } pre { width:99% !important; } diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index 986d4fbab7..a8b1f71ab2 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -786,6 +786,9 @@ blockquote blockquote blockquote blockquote blockquote blockquote { color: black; background-color: #FFFFFF; } + .tmpPrintDiv .td_display span[style] { + font-size: 110% !important; + } pre { width: 99% !important; }