tighten up title line height in digest email

This commit is contained in:
Jeff Atwood 2014-11-28 11:44:59 -08:00
parent cb0e7a5724
commit cb9507d292
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ module Email
style('pre', 'word-wrap: break-word; max-width: 694px;')
style('code', 'background-color: #f1f1ff; padding: 2px 5px;')
style('pre code', 'display: block; background-color: #f1f1ff; padding: 5px;')
style('.featured-topic a', 'text-decoration: none; font-weight: bold; color: #006699; line-height:2em;')
style('.featured-topic a', 'text-decoration: none; font-weight: bold; color: #006699; line-height:1.5em;')
onebox_styles
plugin_styles