Sfoglia il codice sorgente

Style blockquote for default issue mail template (#10024)

Style blockquotes as one might expect for html email to disinguish them
from other text
tags/v1.10.5
mrsdizzie 4 anni fa
parent
commit
52952d9f0f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      templates/mail/issue/default.tmpl

+ 1
- 0
templates/mail/issue/default.tmpl Vedi File

@@ -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; }

Loading…
Annulla
Salva