From 4f88f84053908e177fff92dabf56ff36f305e135 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 17 Jun 2016 00:56:25 -0700 Subject: [PATCH] attempt to fix styling error in mail post quotes --- lib/email/styles.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/email/styles.rb b/lib/email/styles.rb index a8d646ddff1..38c1050d043 100644 --- a/lib/email/styles.rb +++ b/lib/email/styles.rb @@ -110,6 +110,9 @@ module Email style('aside.quote div.info-line', 'color: #666; margin: 10px 0') style('aside.quote .avatar', 'margin-right: 5px; width:20px; height:20px') + # regular post quotes + style('aside .title', 'border-left: 5px solid #e9e9e9; background-color: #f8f8f8; margin: 0; padding-left: 1em; padding-top: 10px;') + style('aside .title img', 'margin-left: 5px;') style('blockquote', 'border-left: 5px solid #e9e9e9; background-color: #f8f8f8; margin: 0;') style('blockquote > p', 'padding: 1em;')