diff options
author | thomascube <thomas@roundcube.net> | 2012-02-15 18:49:07 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-02-15 18:49:07 +0000 |
commit | 19b34b7058117832de44682a7d3eb4ada9859be4 (patch) | |
tree | 2048d36ed76f9013c84256b83df3a3bb1c2eaad7 /skins/larry/mail.css | |
parent | 63f23ffd6a7e78304309f221799e3a9a3403748c (diff) |
Some hacks to make Larry work in IE7
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 266464ab7..3c90f179e 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -185,6 +185,8 @@ a.iconbutton.threadmode.selected { } #mailboxlist li.mailbox ul { + list-style: none; + margin: 0; padding: 0; border-top: 1px solid #bbd3da; } |