##// END OF EJS Templates
Larger font for email notifications (#21487)....
Jean-Philippe Lang -
r14644:aaf72610740f
parent child
Show More
@@ -3,13 +3,13
3 <style>
3 <style>
4 body {
4 body {
5 font-family: Verdana, sans-serif;
5 font-family: Verdana, sans-serif;
6 font-size: 0.8em;
6 line-height: 1.45em;
7 color:#484848;
7 color: #222;
8 }
8 }
9 h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; }
9 h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; }
10 h1 { font-size: 1.2em; }
10 h1 { font-size: 1.5em; line-height: 1.6em;}
11 h2, h3 { font-size: 1.1em; }
11 h2, h3 { font-size: 1.3em; }
12 a, a:link, a:visited { color: #2A5685;}
12 a, a:link, a:visited { color: #169;}
13 a:hover, a:active { color: #c61a1a; }
13 a:hover, a:active { color: #c61a1a; }
14 a.wiki-anchor { display: none; }
14 a.wiki-anchor { display: none; }
15 fieldset.attachments {border-width: 1px 0 0 0;}
15 fieldset.attachments {border-width: 1px 0 0 0;}
@@ -18,6 +18,7 hr {
18 height: 1px;
18 height: 1px;
19 background: #ccc;
19 background: #ccc;
20 border: 0;
20 border: 0;
21 margin: 1.2em 0;
21 }
22 }
22 span.footer {
23 span.footer {
23 font-size: 0.8em;
24 font-size: 0.8em;
General Comments 0
You need to be logged in to leave comments. Login now