Fixes headings style in html emails (#2739).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2465 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f9c9b054ba
commit
1c2cdedf19
@ -6,17 +6,12 @@ body {
|
|||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
color:#484848;
|
color:#484848;
|
||||||
}
|
}
|
||||||
h1 {
|
h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; }
|
||||||
font-family: "Trebuchet MS", Verdana, sans-serif;
|
h1 { font-size: 1.2em; }
|
||||||
font-size: 1.2em;
|
h2, h3 { font-size: 1.1em; }
|
||||||
margin: 0px;
|
a, a:link, a:visited { color: #2A5685;}
|
||||||
}
|
a:hover, a:active { color: #c61a1a; }
|
||||||
a, a:link, a:visited {
|
a.wiki-anchor { display: none; }
|
||||||
color: #2A5685;
|
|
||||||
}
|
|
||||||
a:hover, a:active {
|
|
||||||
color: #c61a1a;
|
|
||||||
}
|
|
||||||
hr {
|
hr {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user