From c51eb7059adeb596e88aa049665840b26d3deb1a Mon Sep 17 00:00:00 2001 From: Holger Just Date: Sun, 15 May 2011 23:35:45 +0200 Subject: [PATCH] [#340] Format blockquote tags in emails. --- app/views/layouts/mailer.text.html.erb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/views/layouts/mailer.text.html.erb b/app/views/layouts/mailer.text.html.erb index 53ccca0d..3e0c74d1 100644 --- a/app/views/layouts/mailer.text.html.erb +++ b/app/views/layouts/mailer.text.html.erb @@ -18,6 +18,12 @@ hr { background: #ccc; border: 0; } +blockquote { + border-left: 3px solid #E0E0E0; + font-style: italic; + margin-left: 2.4em; + padding-left: 0.6em; +} .footer { font-size: 0.8em; font-style: italic;