From 8486805b982b49c1a12f28945ec7346a605d0f5b Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 5 Dec 2012 12:12:11 +0100 Subject: Snip quoted text in replies --- hyperkitty/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hyperkitty/static/css') diff --git a/hyperkitty/static/css/style.css b/hyperkitty/static/css/style.css index 3a7803d..f68125e 100644 --- a/hyperkitty/static/css/style.css +++ b/hyperkitty/static/css/style.css @@ -697,3 +697,7 @@ ul.attachments-list li { margin-top: 5px; } +.email_body .quoted-text { + display: none; +} + -- cgit