diff options
author | mistic100 <mistic@piwigo.org> | 2013-11-06 15:43:41 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-11-06 15:43:41 +0000 |
commit | 7a5e31e40127c401520d62499830a14537cd9c03 (patch) | |
tree | 4758ad0f260c9cd45ff295c6a1f84b04dec98d23 /themes/default/template/mail/text/html/mail-css-clear.tpl | |
parent | b768047019615e7c80f6292514219c7335b0ee1d (diff) |
feature 2995: New email template
rewrite pwg_mail_group() and pwg_mail_notification_admins()
new function pwg_mail_admins()
add complete template management in pwg_mail()
TODO : font-size problem in Thunderbird
git-svn-id: http://piwigo.org/svn/trunk@25357 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/mail/text/html/mail-css-clear.tpl')
-rw-r--r-- | themes/default/template/mail/text/html/mail-css-clear.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/mail/text/html/mail-css-clear.tpl b/themes/default/template/mail/text/html/mail-css-clear.tpl index b23c2b5d3..98b0337d9 100644 --- a/themes/default/template/mail/text/html/mail-css-clear.tpl +++ b/themes/default/template/mail/text/html/mail-css-clear.tpl @@ -14,7 +14,7 @@ html, body, #bodyTable { /* main block */ #header { background:#eee; - background:radial-gradient(ellipse at center, #fefefe, #e5e5e5); + background-image:radial-gradient(ellipse at center, #fefefe, #e5e5e5); border-top:4px solid #f70; text-align:center; text-shadow:1px 1px 0px #fff; |