From 4a42653fa362d90992036fc3b26cb72399f7421d Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 29 Jul 2009 06:53:40 -0400
Subject: [PATCH] More speedup by using sprites for buttons: replacing 76 images with 4 new

---
 skins/default/templates/importcontacts.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/skins/default/templates/importcontacts.html b/skins/default/templates/importcontacts.html
index b005d35..9eff968 100644
--- a/skins/default/templates/importcontacts.html
+++ b/skins/default/templates/importcontacts.html
@@ -12,7 +12,7 @@
 <div id="importbox">
 <div class="boxtitle"><roundcube:label name="importcontacts" /></div>
 
-<div style="padding-left:20px; width:48em">
+<div style="padding-left:12px; width:48em">
 <roundcube:object name="importstep" />
 
 <p><br />

--
Gitblit v1.9.1