smaller popular post top margins in digest

This commit is contained in:
Jeff Atwood 2015-04-25 00:54:22 -07:00
parent 151b559e4c
commit 7d5b5533c4

View File

@ -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;')