##// END OF EJS Templates
Larger font for email notifications (#21487)....
Jean-Philippe Lang -
r14644:aaf72610740f
parent child
Show More
@@ -1,38 +1,39
1 1 <html>
2 2 <head>
3 3 <style>
4 4 body {
5 5 font-family: Verdana, sans-serif;
6 font-size: 0.8em;
7 color:#484848;
6 line-height: 1.45em;
7 color: #222;
8 8 }
9 9 h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; }
10 h1 { font-size: 1.2em; }
11 h2, h3 { font-size: 1.1em; }
12 a, a:link, a:visited { color: #2A5685;}
10 h1 { font-size: 1.5em; line-height: 1.6em;}
11 h2, h3 { font-size: 1.3em; }
12 a, a:link, a:visited { color: #169;}
13 13 a:hover, a:active { color: #c61a1a; }
14 14 a.wiki-anchor { display: none; }
15 15 fieldset.attachments {border-width: 1px 0 0 0;}
16 16 hr {
17 17 width: 100%;
18 18 height: 1px;
19 19 background: #ccc;
20 20 border: 0;
21 margin: 1.2em 0;
21 22 }
22 23 span.footer {
23 24 font-size: 0.8em;
24 25 font-style: italic;
25 26 }
26 27 </style>
27 28 </head>
28 29 <body>
29 30 <% if Setting.emails_header.present? -%>
30 31 <span class="header"><%= Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.emails_header).html_safe %></span>
31 32 <% end -%>
32 33 <%= yield %>
33 34 <hr />
34 35 <% if Setting.emails_footer.present? -%>
35 36 <span class="footer"><%= Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.emails_footer).html_safe %></span>
36 37 <% end -%>
37 38 </body>
38 39 </html>
General Comments 0
You need to be logged in to leave comments. Login now