mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
FEATURE: remove table wrapping posts in notification emails
This commit is contained in:
parent
6a3c20561a
commit
59922ce0a4
2 changed files with 21 additions and 29 deletions
|
@ -92,8 +92,8 @@ module Email
|
|||
style('.user-avatar img', nil, width: '45', height: '45')
|
||||
style('hr', 'background-color: #ddd; height: 1px; border: 1px;')
|
||||
style('.rtl', 'direction: rtl;')
|
||||
style('td.body', 'padding-top:5px;', colspan: "2")
|
||||
style('.whisper td.body', 'font-style: italic; color: #9c9c9c;')
|
||||
style('div.body', 'padding-top:5px;')
|
||||
style('.whisper div.body', 'font-style: italic; color: #9c9c9c;')
|
||||
style('.lightbox-wrapper .meta', 'display: none')
|
||||
correct_first_body_margin
|
||||
correct_footer_style
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue