| Update of /cvsroot/phpicalendar/phpicalendar/templates/default
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5806/templates/default
Modified Files:
	month_small.tpl 
Log Message:
Fix small month view "header" height
Index: month_small.tpl
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/month_small.tpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** month_small.tpl	12 Sep 2004 18:29:07 -0000	1.8
--- month_small.tpl	24 Dec 2009 17:52:04 -0000	1.9
***************
*** 1,5 ****
  <table width="170" border="0" cellpadding="3" cellspacing="0" class="calborder">
  	<tr>
! 		<td align="center" class="sideback"><div style="height:16px;"><b>{MONTH_TITLE}</b></div></td>
  	</tr>
  	<tr>
--- 1,5 ----
  <table width="170" border="0" cellpadding="3" cellspacing="0" class="calborder">
  	<tr>
! 		<td align="center" class="sideback"><div style="height:14px;"><b>{MONTH_TITLE}</b></div></td>
  	</tr>
  	<tr>
 |