]> source.dussan.org Git - redmine.git/commitdiff
Fixes headings style in html emails (#2739).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 14 Feb 2009 18:32:11 +0000 (18:32 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 14 Feb 2009 18:32:11 +0000 (18:32 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2465 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/mailer/layout.text.html.rhtml

index 12fb654d6ec4f6effa9f0ab35ccf97be428c52fd..83d96786410b572d03e9f03c7711667a0fd8e15a 100644 (file)
@@ -6,17 +6,12 @@ body {
   font-size: 0.8em;
   color:#484848;
 }
-h1 {
-  font-family: "Trebuchet MS", Verdana, sans-serif;
-  font-size: 1.2em;
-  margin: 0px;
-}
-a, a:link, a:visited {
-  color: #2A5685;
-}
-a:hover, a:active {
-  color: #c61a1a;
-}
+h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; }
+h1 { font-size: 1.2em; }
+h2, h3 { font-size: 1.1em; }
+a, a:link, a:visited { color: #2A5685;}
+a:hover, a:active { color: #c61a1a; }
+a.wiki-anchor { display: none; }
 hr {
   width: 100%;
   height: 1px;