diff options
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/template/mail/text/html/global-mail-css.tpl | 2 | ||||
-rw-r--r-- | themes/default/template/mail/text/html/notification_admin.tpl | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/themes/default/template/mail/text/html/global-mail-css.tpl b/themes/default/template/mail/text/html/global-mail-css.tpl index 6bfcc1cd1..59a1bde2f 100644 --- a/themes/default/template/mail/text/html/global-mail-css.tpl +++ b/themes/default/template/mail/text/html/global-mail-css.tpl @@ -25,6 +25,8 @@ html, body, #bodyTable { } #content { padding:0 20px 20px 20px; + font-family:"Verdana", "Helvetica", "Optima", sans-serif; + font-size:13px; } #footer { font-size:10px; diff --git a/themes/default/template/mail/text/html/notification_admin.tpl b/themes/default/template/mail/text/html/notification_admin.tpl index 2cd3483b0..f30c0df07 100644 --- a/themes/default/template/mail/text/html/notification_admin.tpl +++ b/themes/default/template/mail/text/html/notification_admin.tpl @@ -1,7 +1,7 @@ {$CONTENT} {if isset($TECHNICAL)} -<p style="margin-top:10px;font-size:10px;"> +<p style="padding-top:10px;font-size:11px;"> {$TECHNICAL|nl2br} </p> {/if}
\ No newline at end of file |