diff options
author | alecpl <alec@alec.pl> | 2012-04-15 08:22:07 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-04-15 08:22:07 +0000 |
commit | ce6ece3ce067b4a17f90e8b0932ada54a617b98c (patch) | |
tree | daa087906e48f1686bd29f6a592387488a640b8d /skins/larry | |
parent | 9456eacbec25fac99d0b13f574aa45575a44b27b (diff) |
- Applied fixes from trunk
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/mail.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index a4af1b8c2..ba6f770a0 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -475,10 +475,10 @@ a.iconbutton.threadmode.selected { } #messagelist tbody tr td.attachment span.attachment { - background-position: 0 -998px; + background-position: 0 -996px; } #messagelist thead tr td.attachment span.attachment { - background-position: -24px -997px; + background-position: -24px -996px; } #messagelist tr td.priority { |