From 006c93b435bfa2e171bf8f1fa1025c829e4ab43b Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 14 Nov 2014 00:48:45 -0800 Subject: [PATCH] bump up digest footer font size --- 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 4dffb64f683..d36b1587f22 100644 --- a/lib/email/styles.rb +++ b/lib/email/styles.rb @@ -129,7 +129,7 @@ module Email style('li', 'padding-bottom: 10px') style('div.digest-post', 'margin-left: 15px; margin-top: 20px; max-width: 694px;') style('div.digest-post h1', 'font-size: 20px;') - style('div.footer', 'color:#666; font-size:80%; text-align:center; padding-top:15px;') + style('div.footer', 'color:#666; font-size:95%; text-align:center; padding-top:15px;') style('span.post-count', 'margin: 0 5px; color: #777;') style('pre', 'word-wrap: break-word; max-width: 694px;') style('code', 'background-color: #f1f1ff; padding: 2px 5px;')