diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-10-22 15:50:22 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-10-22 15:50:22 +0200 |
commit | ec83ca078f90a2f5ede73ffa2666d7653b5c1d56 (patch) | |
tree | 0236c55618b4d8f6f077866e5b7f91b40c41840f /hyperkitty/static/css | |
parent | dfa93dee5d6765ca85d7b333cc995108dd2c17d6 (diff) | |
download | hyperkitty-ec83ca078f90a2f5ede73ffa2666d7653b5c1d56.tar.gz hyperkitty-ec83ca078f90a2f5ede73ffa2666d7653b5c1d56.tar.xz hyperkitty-ec83ca078f90a2f5ede73ffa2666d7653b5c1d56.zip |
Add compatibility URLs for Pipermail
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r-- | hyperkitty/static/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hyperkitty/static/css/style.css b/hyperkitty/static/css/style.css index ae32605..9c8e73c 100644 --- a/hyperkitty/static/css/style.css +++ b/hyperkitty/static/css/style.css @@ -408,7 +408,8 @@ li.attachments a.attachments { li.attachments ul { position: absolute; background-color: #F6F6F6; - margin-left: 0; + padding-left: 20px; + margin-left: 1em; } li.attachments ul li { list-style-position: inside; |