mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
attempt to fix styling error in mail post quotes
This commit is contained in:
parent
19f4fe2ada
commit
4f88f84053
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,9 @@ module Email
|
||||||
style('aside.quote div.info-line', 'color: #666; margin: 10px 0')
|
style('aside.quote div.info-line', 'color: #666; margin: 10px 0')
|
||||||
style('aside.quote .avatar', 'margin-right: 5px; width:20px; height:20px')
|
style('aside.quote .avatar', 'margin-right: 5px; width:20px; height:20px')
|
||||||
|
|
||||||
|
# regular post quotes
|
||||||
|
style('aside .title', 'border-left: 5px solid #e9e9e9; background-color: #f8f8f8; margin: 0; padding-left: 1em; padding-top: 10px;')
|
||||||
|
style('aside .title img', 'margin-left: 5px;')
|
||||||
style('blockquote', 'border-left: 5px solid #e9e9e9; background-color: #f8f8f8; margin: 0;')
|
style('blockquote', 'border-left: 5px solid #e9e9e9; background-color: #f8f8f8; margin: 0;')
|
||||||
style('blockquote > p', 'padding: 1em;')
|
style('blockquote > p', 'padding: 1em;')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue