From 15a0f3cb14658834b400c801ea7109333335ce6d Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 2 Jan 2017 13:49:00 -0800 Subject: [PATCH] add vertical align to email blockquote avatar img --- lib/email/styles.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/email/styles.rb b/lib/email/styles.rb index 7699204569b..eaa69c81456 100644 --- a/lib/email/styles.rb +++ b/lib/email/styles.rb @@ -111,7 +111,7 @@ module Email # Links to other topics style('aside.quote', 'padding: 12px 25px 2px 12px; margin-bottom: 10px;') style('aside.quote div.info-line', 'color: #666; margin: 10px 0') - style('aside.quote .avatar', 'margin-right: 5px; width:20px; height:20px') + style('aside.quote .avatar', 'margin-right: 5px; width:20px; height:20px; vertical-align:middle;') style('blockquote', 'border-left: 5px solid #e9e9e9; background-color: #f8f8f8; margin: 0;') style('blockquote > p', 'padding: 1em;')