summaryrefslogtreecommitdiffstats
path: root/templates/mail
diff options
context:
space:
mode:
authormrsdizzie <info@mrsdizzie.com>2020-01-27 17:35:34 -0500
committerzeripath <art27@cantab.net>2020-01-27 22:35:34 +0000
commit52952d9f0fc544d6c1285945776bea793f69de17 (patch)
treefec91efe14d9ba2b0a3bfc28b4cbca88cf5cf314 /templates/mail
parent3c8a5d8783f23eca06eabc5903183f4a2bca2606 (diff)
downloadgitea-52952d9f0fc544d6c1285945776bea793f69de17.tar.gz
gitea-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/mail')
-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; }