Skip to content

Commit

Permalink
Style blockquote for default issue mail template (#10024)
Browse files Browse the repository at this point in the history
Style blockquotes as one might expect for html email to disinguish them
from other text
  • Loading branch information
mrsdizzie authored and zeripath committed Jan 27, 2020
1 parent 3c8a5d8 commit 52952d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/mail/issue/default.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 52952d9

Please sign in to comment.