Date: Tue, 7 Jun 2011 09:14:49 +0100
Subject: [PATCH] bugfix for text-align css in fullcalendar

---
 .../fullcalendar/css/fullcalendar.theme.css        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sites/all/modules/fullcalendar/css/fullcalendar.theme.css b/sites/all/modules/fullcalendar/css/fullcalendar.theme.css
index 6d508ef..87ab43b 100644
--- a/sites/all/modules/fullcalendar/css/fullcalendar.theme.css
+++ b/sites/all/modules/fullcalendar/css/fullcalendar.theme.css
@@ -51,7 +51,7 @@ table.fc-header {
   background-color: transparent;
 }
 
-.fc-header-title {
+.fc-header td {
   text-align: center;
 }
 
-- 
1.7.3.4

