diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-04-24 15:07:01 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-04-24 15:07:01 +0000 |
commit | 786d81d9c8f60c06764bd561209c4ce8c96a9217 (patch) | |
tree | e20bab988beea90036a09c517d3bcf113d2d3c92 /app/views | |
parent | 0bdca4c213e3c752137bbf963cc6fb6f2f6ebd3f (diff) | |
download | redmine-786d81d9c8f60c06764bd561209c4ce8c96a9217.tar.gz redmine-786d81d9c8f60c06764bd561209c4ce8c96a9217.zip |
Add styles for blockquote in email notifications (#22309).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@15355 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/layouts/mailer.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb index 4b95b01d8..f2cf45bb8 100644 --- a/app/views/layouts/mailer.html.erb +++ b/app/views/layouts/mailer.html.erb @@ -25,6 +25,8 @@ span.footer { font-size: 0.8em; font-style: italic; } +blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 1.2em;} +blockquote blockquote { margin-left: 0;} </style> </head> <body> |