]> source.dussan.org Git - redmine.git/commitdiff
Merged r1600 from trunk.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 6 Jul 2008 11:09:00 +0000 (11:09 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 6 Jul 2008 11:09:00 +0000 (11:09 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/branches/0.7-stable@1634 e93f8b46-1217-0410-a6f0-8f06a7374b81

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

index b78e92bddc8bfbe5498e32acf249054fccecf0d1..c95c945015e54f6780f049efb82dae57d5071a17 100644 (file)
@@ -1,12 +1,32 @@
 <html>
 <head>
 <style>
-body { font-family: Verdana, sans-serif; font-size: 0.8em; color:#484848; }
-body h1 { font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 1.2em; margin: 0;}
-a, a:link, a:visited{ color: #2A5685; }
-a:hover, a:active{ color: #c61a1a; }
-hr { width: 100%; height: 1px; background: #ccc; border: 0; }
-.footer { font-size: 0.8em; font-style: italic; }
+body {
+  font-family: Verdana, sans-serif;
+  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;
+}
+hr {
+  width: 100%;
+  height: 1px;
+  background: #ccc;
+  border: 0;
+}
+.footer {
+  font-size: 0.8em;
+  font-style: italic;
+}
 </style>
 </head>
 <body>