Skip to content

Commit fd4a786

Browse files
Merge pull request #89 from Sammeeeeeeee/patch-2
Remove wrong time and make newsletter look more appealing
2 parents 2a624b9 + 6a9cd0d commit fd4a786

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Jellyfin.Plugin.Newsletters/Templates/templateBody.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
<div>
33
<table style='margin-left: auto; margin-right: auto;'>
44
<tr>
5-
<td width='100%' height='100%' style='vertical-align: top; background-color: #000000;'>
6-
<table id='InsertHere' name='MainTable' style='margin-left: auto; margin-right: auto; border-spacing: 0 5px; padding-left: 2%; padding-right: 2%; padding-bottom: 1%;'>
5+
<td width='100%' height='100%' style='vertical-align: top; background-color: #003663;'>
6+
<table id='InsertHere' name='MainTable' style='margin: auto; border-collapse: separate; border-spacing: 0 20px; width: 80%;'>
77
<tr style='text-align: center;'>
88
<td colspan='2'>
99
<span>
1010
<h1 id='Title' style='color:#FFFFFF;'>Jellyfin Newsletter</h1>
11-
<h3 id='Date' style='color:#FFFFFF;'>2023-03-14</h3>
1211
</span>
1312
</td>
1413
</tr>
@@ -20,4 +19,4 @@ <h3 id='Date' style='color:#FFFFFF;'>2023-03-14</h3>
2019
</tr>
2120
</table>
2221
</div>
23-
</html>
22+
</html>

0 commit comments

Comments
 (0)