##// END OF EJS Templates
Set font size in email notifications (#21487)....
Jean-Philippe Lang -
r14846:115ddb90b3ee
parent child
Show More
@@ -3,12 +3,13
3 3 <style>
4 4 body {
5 5 font-family: Verdana, sans-serif;
6 line-height: 1.45em;
6 font-size: 14px;
7 line-height: 1.4em;
7 8 color: #222;
8 9 }
9 10 h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; }
10 h1 { font-size: 1.5em; line-height: 1.6em;}
11 h2, h3 { font-size: 1.3em; }
11 h1 { font-size: 1.3em; line-height: 1.4em;}
12 h2, h3 { font-size: 1.1em; }
12 13 a, a:link, a:visited { color: #169;}
13 14 a:hover, a:active { color: #c61a1a; }
14 15 a.wiki-anchor { display: none; }
General Comments 0
You need to be logged in to leave comments. Login now