diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-10-04 12:02:52 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-10-04 12:02:52 +0200 |
commit | cd1a2d5f2ec738ab2f17c86dcabe8733a682aa4f (patch) | |
tree | a00aafaafbe919364ff8c9882bc5cf26935fb29a /hyperkitty/static/css | |
parent | 5f9c7c8bba6db94f45cf0d0f2ca679ee8a0a3a92 (diff) | |
download | hyperkitty-cd1a2d5f2ec738ab2f17c86dcabe8733a682aa4f.tar.gz hyperkitty-cd1a2d5f2ec738ab2f17c86dcabe8733a682aa4f.tar.xz hyperkitty-cd1a2d5f2ec738ab2f17c86dcabe8733a682aa4f.zip |
Improve attachments display
Diffstat (limited to 'hyperkitty/static/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; +} + |