summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authormrsdizzie <info@mrsdizzie.com>2020-01-27 23:35:34 +0100
committerzeripath <art27@cantab.net>2020-01-27 23:35:34 +0100
commit52952d9f0fc544d6c1285945776bea793f69de17 (patch)
treefec91efe14d9ba2b0a3bfc28b4cbca88cf5cf314 /templates
parent[skip ci] Updated translations via Crowdin (diff)
downloadforgejo-52952d9f0fc544d6c1285945776bea793f69de17.tar.xz
forgejo-52952d9f0fc544d6c1285945776bea793f69de17.zip
Style blockquote for default issue mail template (#10024)
Style blockquotes as one might expect for html email to disinguish them from other text
Diffstat (limited to 'templates')
-rw-r--r--templates/mail/issue/default.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/mail/issue/default.tmpl b/templates/mail/issue/default.tmpl
index aebad09cd3..7cd3975277 100644
--- a/templates/mail/issue/default.tmpl
+++ b/templates/mail/issue/default.tmpl
@@ -5,6 +5,7 @@
<title>{{.Subject}}</title>
<style>
+ blockquote { padding-left: 1em; margin: 1em 0; border-left: 1px solid grey; color: #777}
.footer { font-size:small; color:#666;}
{{if .ReviewComments}}
.review { padding-left: 1em; margin: 1em 0; }