diff options
author | Go MAEDA <maeda@farend.jp> | 2024-10-17 04:34:10 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-10-17 04:34:10 +0000 |
commit | 1ac596fb8bfd3ba7a89e8e5b4823a7603d32fb23 (patch) | |
tree | 63def470aa89dd6c8ab35ddfbd0484d18393acc4 | |
parent | adfe97f546f72013709e365450dbcb0979789ddf (diff) | |
download | redmine-1ac596fb8bfd3ba7a89e8e5b4823a7603d32fb23.tar.gz redmine-1ac596fb8bfd3ba7a89e8e5b4823a7603d32fb23.zip |
Increase line-height to 1.5 in email notifications for better readability (#41321).
git-svn-id: https://svn.redmine.org/redmine/trunk@23139 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/views/layouts/mailer.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb index a1906f5a0..2993a37b7 100644 --- a/app/views/layouts/mailer.html.erb +++ b/app/views/layouts/mailer.html.erb @@ -4,11 +4,11 @@ body { font-family: sans-serif; font-size: 14px; - line-height: 1.4em; + line-height: 1.5; color: #222; } h1, h2, h3 { font-family: sans-serif; margin: 0px; } -h1 { font-size: 1.3em; line-height: 1.4em;} +h1 { font-size: 1.3em; } h2, h3 { font-size: 1.1em; } a, a:link, a:visited { color: #169;} a:hover, a:active { color: #c61a1a; } |