From cd1a2d5f2ec738ab2f17c86dcabe8733a682aa4f Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 4 Oct 2012 12:02:52 +0200 Subject: Improve attachments display --- hyperkitty/static/css/thread.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'hyperkitty/static/css') diff --git a/hyperkitty/static/css/thread.css b/hyperkitty/static/css/thread.css index 268e7ff..88a2050 100644 --- a/hyperkitty/static/css/thread.css +++ b/hyperkitty/static/css/thread.css @@ -160,10 +160,6 @@ color: rgb(167, 169, 172); } -.email_info { - padding: 0px; -} - .add_comment { float: right; } @@ -237,3 +233,8 @@ white-space: pre; } +ul.attachments-list li { + display: list-item; + list-style-type: disc; +} + -- cgit