FIX: summary email wrong background colour above popular posts

This commit is contained in:
Neil Lalonde 2017-01-03 11:05:54 -05:00
parent 615fd2eb87
commit b72014423e

View File

@ -231,8 +231,7 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo
<% if @popular_posts.present? %>
<br/>
<center style="color:#0a0a0a;background:#f3f3f3;font-size:22px;font-weight:400;padding-bottom: 16px;font-family:Helvetica,Arial,sans-serif;">
<center style="color:#0a0a0a;background:#f3f3f3;font-size:22px;font-weight:400;padding: 20px 0;font-family:Helvetica,Arial,sans-serif;">
<%=t 'user_notifications.digest.popular_posts' %>
</center>