From 7d5b5533c4ee290d0c638c1555095c6cb432d4d4 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 25 Apr 2015 00:54:22 -0700 Subject: [PATCH] smaller popular post top margins in digest --- 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 ee0a973c9..426c03d67 100644 --- a/lib/email/styles.rb +++ b/lib/email/styles.rb @@ -131,7 +131,7 @@ module Email style('a', 'text-decoration: none; font-weight: bold; color: #006699;') style('ul', 'margin: 0 0 0 10px; padding: 0 0 0 20px;') style('li', 'padding-bottom: 10px') - style('div.digest-post', 'margin-left: 15px; margin-top: 20px; max-width: 694px;') + style('div.digest-post', 'margin-left: 15px; margin-top: -5px; max-width: 694px;') style('div.digest-post h1', 'font-size: 20px;') style('div.footer', 'color:#666; font-size:95%; text-align:center; padding-top:15px;') style('span.post-count', 'margin: 0 5px; color: #777;')