summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-01-21 04:42:50 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-01-21 04:42:50 +0000
commitc2cba83338ad3fb1bf031c9e322ffb376d0d2f06 (patch)
tree6b25f6181acde941c08c0c07597978becf876535 /app/views
parent1adeee686eaf905227ae3457420a68d2e7865fdb (diff)
downloadredmine-c2cba83338ad3fb1bf031c9e322ffb376d0d2f06.tar.gz
redmine-c2cba83338ad3fb1bf031c9e322ffb376d0d2f06.zip
Merged r15026 (#21487).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15076 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/mailer.html.erb11
1 files changed, 6 insertions, 5 deletions
diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb
index 46003e69d..6efbd33b6 100644
--- a/app/views/layouts/mailer.html.erb
+++ b/app/views/layouts/mailer.html.erb
@@ -3,13 +3,13 @@
<style>
body {
font-family: Verdana, sans-serif;
- font-size: 0.8em;
- color:#484848;
+ line-height: 1.45em;
+ color: #222;
}
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;}
+h1 { font-size: 1.5em; line-height: 1.6em;}
+h2, h3 { font-size: 1.3em; }
+a, a:link, a:visited { color: #169;}
a:hover, a:active { color: #c61a1a; }
a.wiki-anchor { display: none; }
fieldset.attachments {border-width: 1px 0 0 0;}
@@ -18,6 +18,7 @@ hr {
height: 1px;
background: #ccc;
border: 0;
+ margin: 1.2em 0;
}
span.footer {
font-size: 0.8em;