From 72975e14970ec4eeac927b80754ee3a5c6ada58e Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Sun, 05 Jan 2014 09:45:43 -0500
Subject: [PATCH] Move folder/directory list auto-scrolling functionality to treelist widget (same as auto-expand) and make it work without list header/footer blocks

---
 skins/larry/mail.css |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index d3b09c0..8e6e78e 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -55,12 +55,6 @@
 	border-radius: 0 0 4px 4px;
 }
 
-#folderlist-header {
-	width: 100%;
-	height: 12px;
-	top: 32px;
-}
-
 #mailboxcontainer,
 #messagelistcontainer {
 	position: absolute;

--
Gitblit v1.9.1