diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-23 13:55:50 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-23 13:55:50 +0200 |
commit | d30a998fcab58c6dbf9297751c4a763f2c267cf7 (patch) | |
tree | 1507128cedec2d1c147c210e86277b89eed55e52 /skins/larry | |
parent | b0aee4eb4205365e19a98729ca467bfec4fbea6f (diff) |
Small css fix
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/mail.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 5e2677f2c..dfda7f4f3 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -511,7 +511,7 @@ table.messagelist.fixedcopy { width: 30px; } -.messagelist tr > .threads, +.messagelist tr > .threads + td, .messagelist tr > .threads + th { border-left: 0; } |