mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Missing # in email colors
This commit is contained in:
parent
3842097698
commit
5fd5b18c19
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ module Email
|
|||
|
||||
style('span.post-count', 'margin: 0 5px; color: #777;')
|
||||
style('pre', 'white-space: pre-wrap')
|
||||
style('code', 'background-color: f1f1ff; padding: 2px 5px;')
|
||||
style('pre code', 'display: block; background-color: f1f1ff; padding: 5px')
|
||||
style('code', 'background-color: #f1f1ff; padding: 2px 5px;')
|
||||
style('pre code', 'display: block; background-color: #f1f1ff; padding: 5px')
|
||||
end
|
||||
|
||||
def to_html
|
||||
|
|
Loading…
Reference in a new issue