From 733f694cf35da6453a145b416c3d328646a2e4ed Mon Sep 17 00:00:00 2001 From: Julian Lam <julian@nodebb.org> Date: Fri, 14 Jul 2017 14:31:43 -0400 Subject: [PATCH] adjusted some margins --- src/views/emails/notif_post.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/emails/notif_post.tpl b/src/views/emails/notif_post.tpl index e2f7921a47..ff6ca9916f 100644 --- a/src/views/emails/notif_post.tpl +++ b/src/views/emails/notif_post.tpl @@ -18,7 +18,7 @@ <tr> <td style="padding: 40px; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555;"> <p style="margin: 0 0 20px 0;">{intro}</p> - <p style="margin: 0;">{postBody}</p> + <p style="margin: 0 20px; color: #777777; font-style: italic;">{postBody}</p> </td> </tr> <tr>