From ce6ece3ce067b4a17f90e8b0932ada54a617b98c Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sun, 15 Apr 2012 04:22:07 -0400 Subject: [PATCH] - Applied fixes from trunk --- 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 a4af1b8..ba6f770 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -475,10 +475,10 @@ } #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 { -- Gitblit v1.9.1