From 5a5cdd4064f4c7ca15a861d34271dbde4d3c094b Mon Sep 17 00:00:00 2001 From: Jason Oster Date: Thu, 24 Dec 2009 17:52:04 +0000 Subject: Fix small month view "header" height --- templates/default/month_small.tpl | 2 +- templates/green/month_small.tpl | 38 -------------------------------------- templates/grey/month_small.tpl | 38 -------------------------------------- templates/red/month_small.tpl | 38 -------------------------------------- templates/tan/month_small.tpl | 38 -------------------------------------- 5 files changed, 1 insertion(+), 153 deletions(-) delete mode 100644 templates/green/month_small.tpl delete mode 100644 templates/grey/month_small.tpl delete mode 100644 templates/red/month_small.tpl delete mode 100644 templates/tan/month_small.tpl (limited to 'templates') diff --git a/templates/default/month_small.tpl b/templates/default/month_small.tpl index ef6aa6b..fec1722 100644 --- a/templates/default/month_small.tpl +++ b/templates/default/month_small.tpl @@ -1,6 +1,6 @@ - +
{MONTH_TITLE}
{MONTH_TITLE}
diff --git a/templates/green/month_small.tpl b/templates/green/month_small.tpl deleted file mode 100644 index ef6aa6b..0000000 --- a/templates/green/month_small.tpl +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - -
{MONTH_TITLE}
- - - - - - - - - - - - - - - - - - - - - -
{LOOP_WEEKDAY}
- {DAY} - - {DAY} - - {DAY} -
-
-
\ No newline at end of file diff --git a/templates/grey/month_small.tpl b/templates/grey/month_small.tpl deleted file mode 100644 index ef6aa6b..0000000 --- a/templates/grey/month_small.tpl +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - -
{MONTH_TITLE}
- - - - - - - - - - - - - - - - - - - - - -
{LOOP_WEEKDAY}
- {DAY} - - {DAY} - - {DAY} -
-
-
\ No newline at end of file diff --git a/templates/red/month_small.tpl b/templates/red/month_small.tpl deleted file mode 100644 index ef6aa6b..0000000 --- a/templates/red/month_small.tpl +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - -
{MONTH_TITLE}
- - - - - - - - - - - - - - - - - - - - - -
{LOOP_WEEKDAY}
- {DAY} - - {DAY} - - {DAY} -
-
-
\ No newline at end of file diff --git a/templates/tan/month_small.tpl b/templates/tan/month_small.tpl deleted file mode 100644 index ef6aa6b..0000000 --- a/templates/tan/month_small.tpl +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - -
{MONTH_TITLE}
- - - - - - - - - - - - - - - - - - - - - -
{LOOP_WEEKDAY}
- {DAY} - - {DAY} - - {DAY} -
-
-
\ No newline at end of file -- cgit v1.2.3