##// END OF EJS Templates
Fixes headings style in html emails (#2739)....
Jean-Philippe Lang -
r2404:1c2cdedf19fe
parent child
Show More
@@ -6,17 +6,12 body {
6 font-size: 0.8em;
6 font-size: 0.8em;
7 color:#484848;
7 color:#484848;
8 }
8 }
9 h1 {
9 h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; }
10 font-family: "Trebuchet MS", Verdana, sans-serif;
10 h1 { font-size: 1.2em; }
11 font-size: 1.2em;
11 h2, h3 { font-size: 1.1em; }
12 margin: 0px;
12 a, a:link, a:visited { color: #2A5685;}
13 }
13 a:hover, a:active { color: #c61a1a; }
14 a, a:link, a:visited {
14 a.wiki-anchor { display: none; }
15 color: #2A5685;
16 }
17 a:hover, a:active {
18 color: #c61a1a;
19 }
20 hr {
15 hr {
21 width: 100%;
16 width: 100%;
22 height: 1px;
17 height: 1px;
General Comments 0
You need to be logged in to leave comments. Login now