diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-30 09:40:45 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-30 09:42:08 +0200 |
commit | 42e4507c5353cf3e6b0a5ee5325a97034f00bc47 (patch) | |
tree | fdaa1b6a8e44f4767390a826ed1d88bcc6b5d886 /skins/larry/mail.css | |
parent | d3c2fbf2d6d65f3d990d6b74eb2fc04ccea810b1 (diff) |
Small style improvements - fix rounded corners in message list,
don't show horizontal scroller in contacts list
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index c6a8c5409..7944e7f3c 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -383,11 +383,7 @@ a.iconbutton.threadmode.selected { /*** message list ***/ #messagelist thead td:first-child { - border-radius: 4px 0 0 0; -} - -#messagelist thead td:last-child { - border-radius: 0 4px 0 0; + border-radius: 4px 0 0 0; /* for Chrome */ } #messagelist tr td.attachment, |