Project

General

Profile

Patch #1425 » entourage-style.patch

The fix - Simone Carletti, 2008-06-11 11:29

View differences:

app/views/mailer/layout.text.html.rhtml (working copy)
1 1
<html>
2 2
<head>
3 3
<style>
4
body { font-family: Verdana, sans-serif; font-size: 0.8em; color:#484848; }
5
body h1 { font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 1.2em; margin: 0;}
6
a, a:link, a:visited{ color: #2A5685; }
7
a:hover, a:active{ color: #c61a1a; }
8
hr { width: 100%; height: 1px; background: #ccc; border: 0; }
9
.footer { font-size: 0.8em; font-style: italic; }
4
body {
5
  font-family: Verdana, sans-serif;
6
  font-size: 0.8em;
7
  color:#484848;
8
}
9
h1 {
10
  font-family: "Trebuchet MS", Verdana, sans-serif;
11
  font-size: 1.2em;
12
  margin: 0px;
13
}
14
a, a:link, a:visited {
15
  color: #2A5685;
16
}
17
a:hover, a:active {
18
  color: #c61a1a;
19
}
20
hr {
21
  width: 100%;
22
  height: 1px;
23
  background: #ccc;
24
  border: 0;
25
}
26
.footer {
27
  font-size: 0.8em;
28
  font-style: italic;
29
}
10 30
</style>
11 31
</head>
12 32
<body>
(3-3/3)