mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 08:09:33 +08:00
smaller popular post top margins in digest
This commit is contained in:
parent
151b559e4c
commit
7d5b5533c4
|
@ -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;')
|
||||
|
|
Loading…
Reference in New Issue
Block a user