Project

General

Profile

Patch #21487 » larger-font-for-email-notifications.diff

Go MAEDA, 2015-12-11 10:11

View differences:

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
  font-size: 1.0em;
7
  color:#333;
8
  line-height: 1.45em;;
8 9
}
9 10
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;}
11
h1 { font-size: 1.5em; }
12
h2, h3 { font-size: 1.3em; }
13
a, a:link, a:visited { color: #169;}
13 14
a:hover, a:active { color: #c61a1a; }
14 15
a.wiki-anchor { display: none; }
15 16
fieldset.attachments {border-width: 1px 0 0 0;}
(1-1/8)