From 72a8c32e1ad57d9472e2f57ad06d754f04ee8ed6 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 09 Apr 2009 03:22:22 -0400
Subject: [PATCH] - small css fix in subscription-list thead

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

diff --git a/skins/default/templates/managefolders.html b/skins/default/templates/managefolders.html
index 8808f51..5da5c22 100644
--- a/skins/default/templates/managefolders.html
+++ b/skins/default/templates/managefolders.html
@@ -16,7 +16,7 @@
 
 <div id="folder-manager">
 <roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table"
-  cellpadding="1" cellspacing="0" summary="Folder subscription table"
+  cellpadding="1" cellspacing="0" summary="Folder subscription table" class="records-table"
   deleteIcon="/images/icons/folder-trash.png"
   renameIcon="/images/icons/rename.png" />
 </div>

--
Gitblit v1.9.1