소스 검색

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 년 전
부모
커밋
52952d9f0f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      templates/mail/issue/default.tmpl

+ 1
- 0
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; }

Loading…
취소
저장