diff options
Diffstat (limited to 'hyperkitty/static/css/thread.css')
-rw-r--r-- | hyperkitty/static/css/thread.css | 9 |
1 files changed, 5 insertions, 4 deletions
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; +} + |