From eae327ca191957ad956be7c750761c341ce599a9 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 7 Apr 2015 08:27:30 -0400 Subject: [PATCH] [fix] Paragraph margins in HTML message Fixes #3163 --- NEWS | 1 + UI/WebServerResources/MailerUI.css | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6c559e539..4ee6daf1f 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,7 @@ Bug fixes - fixed display of freebusy information in event attendees editor during timezone changes - fixed timezone of MSExchange freebusy information - fixed a potential EAS error with multiple email priority flags + - fixed paragraphs margins in HTML messages (#3163) 2.2.17a (2015-03-15) -------------------- diff --git a/UI/WebServerResources/MailerUI.css b/UI/WebServerResources/MailerUI.css index abd14f5c8..61c8750b2 100644 --- a/UI/WebServerResources/MailerUI.css +++ b/UI/WebServerResources/MailerUI.css @@ -510,7 +510,6 @@ DIV.mailer_htmlcontent P white-space: normal; font-family: sans-serif; font-size: inherit; - margin: 0px; padding: 0px; }