Improve HTML message

This commit is contained in:
nupplaPhil 2020-02-04 20:54:26 +01:00
parent 6e91f1be83
commit 9f95b975b4
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 3 additions and 1 deletions

View File

@ -9,13 +9,15 @@
<tbody>
<tr>
<td style="background:#084769; 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='{{$banner}}'>
<img style="width:32px;height:32px; float:left;" src="{{$banner}}" alt="Friendica Banner">
<div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">{{$product}}</div>
<div style="clear: both;"></div>
</td>
</tr>
</tbody>
</table>
<p>
{{$htmlversion nofilter}}
</p>
</body>
</html>