mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 20:59:31 +01:00
Style blockquote for default issue mail template (#10024)
Style blockquotes as one might expect for html email to disinguish them from other text
This commit is contained in:
parent
3c8a5d8783
commit
52952d9f0f
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
<title>{{.Subject}}</title>
|
<title>{{.Subject}}</title>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
blockquote { padding-left: 1em; margin: 1em 0; border-left: 1px solid grey; color: #777}
|
||||||
.footer { font-size:small; color:#666;}
|
.footer { font-size:small; color:#666;}
|
||||||
{{if .ReviewComments}}
|
{{if .ReviewComments}}
|
||||||
.review { padding-left: 1em; margin: 1em 0; }
|
.review { padding-left: 1em; margin: 1em 0; }
|
||||||
|
|
Loading…
Reference in a new issue