mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: summary email wrong background colour above popular posts
This commit is contained in:
parent
615fd2eb87
commit
b72014423e
@ -231,8 +231,7 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo
|
|||||||
|
|
||||||
<% if @popular_posts.present? %>
|
<% if @popular_posts.present? %>
|
||||||
|
|
||||||
<br/>
|
<center style="color:#0a0a0a;background:#f3f3f3;font-size:22px;font-weight:400;padding: 20px 0;font-family:Helvetica,Arial,sans-serif;">
|
||||||
<center style="color:#0a0a0a;background:#f3f3f3;font-size:22px;font-weight:400;padding-bottom: 16px;font-family:Helvetica,Arial,sans-serif;">
|
|
||||||
<%=t 'user_notifications.digest.popular_posts' %>
|
<%=t 'user_notifications.digest.popular_posts' %>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user