From 8274ef47e9e9b2c956c209b6f7d0b30b7c676530 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 15 May 2008 05:18:58 -0400
Subject: [PATCH] -folder names/icons moved 5px to the left

---
 skins/default/mail.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/skins/default/mail.css b/skins/default/mail.css
index d268e7f..f6a769d 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -277,7 +277,7 @@
 {
   font-size: 11px;
   background: url(images/icons/folder-closed.png) no-repeat;
-  background-position: 10px 1px;
+  background-position: 5px 1px;
   border-bottom: 1px solid #EBEBEB;
 }
 
@@ -309,7 +309,7 @@
 #mailboxlist li a
 {
   display: block;
-  padding-left: 32px;
+  padding-left: 25px;
   padding-top: 2px;
   padding-bottom: 2px;
   text-decoration: none;

--
Gitblit v1.9.1