diff options
author | friendica <info@friendica.com> | 2013-11-25 00:07:00 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-25 00:07:00 -0800 |
commit | c0f2bc436c3fc53b48a588edbe766312fbcdc278 (patch) | |
tree | 38f0a72a4e03dd1ab9f884e9f50a11d1d8214795 /view/tpl/email_notify_html.tpl | |
parent | 2b47d36a11cd7203c26c50c6cd504726c2cd9b39 (diff) | |
download | volse-hubzilla-c0f2bc436c3fc53b48a588edbe766312fbcdc278.tar.gz volse-hubzilla-c0f2bc436c3fc53b48a588edbe766312fbcdc278.tar.bz2 volse-hubzilla-c0f2bc436c3fc53b48a588edbe766312fbcdc278.zip |
force HTML notification mails to use predefined colours.
Diffstat (limited to 'view/tpl/email_notify_html.tpl')
-rwxr-xr-x | view/tpl/email_notify_html.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/email_notify_html.tpl b/view/tpl/email_notify_html.tpl index 41bbe16a9..cf149341e 100755 --- a/view/tpl/email_notify_html.tpl +++ b/view/tpl/email_notify_html.tpl @@ -5,7 +5,7 @@ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> </head> <body> -<table style="border:1px solid #ccc"> +<table style="border:1px solid #ccc; background-color: #FFFFFF; color: #000000;"> <tbody> <tr><td colspan="2" style="background:#c60032; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px; float:left;" src='{{$siteurl}}/images/rm-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">{{$product}}</div><div style="clear: both;"></div></td></tr> |