Patch #21487 » larger-font-for-email-notifications-v2.diff
app/views/layouts/mailer.html.erb (working copy) | ||
---|---|---|
3 | 3 |
<style> |
4 | 4 |
body { |
5 | 5 |
font-family: Verdana, sans-serif; |
6 |
font-size: 0.8em;
|
|
7 |
color:#484848;
|
|
6 |
line-height: 1.45em;
|
|
7 |
color: #222;
|
|
8 | 8 |
} |
9 | 9 |
h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; } |
10 |
h1 { font-size: 1.2em; }
|
|
11 |
h2, h3 { font-size: 1.1em; }
|
|
12 |
a, a:link, a:visited { color: #2A5685;}
|
|
10 |
h1 { font-size: 1.5em; line-height: 1.6em;}
|
|
11 |
h2, h3 { font-size: 1.3em; }
|
|
12 |
a, a:link, a:visited { color: #169;}
|
|
13 | 13 |
a:hover, a:active { color: #c61a1a; } |
14 | 14 |
a.wiki-anchor { display: none; } |
15 | 15 |
fieldset.attachments {border-width: 1px 0 0 0;} |
... | ... | |
18 | 18 |
height: 1px; |
19 | 19 |
background: #ccc; |
20 | 20 |
border: 0; |
21 |
margin: 1.2em 0; |
|
21 | 22 |
} |
22 | 23 |
span.footer { |
23 | 24 |
font-size: 0.8em; |