From ce216f0905925a9f6fe50c04d613b9057477cb17 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 13 Apr 2012 06:17:56 -0400
Subject: [PATCH] - Improved attachment icon position

---
 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 a4af1b8..7ea4798 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -475,7 +475,7 @@
 }
 
 #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;

--
Gitblit v1.9.1