Update of /cvsroot/phpicalendar/phpicalendar/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv7716
Modified Files:
event.php
Log Message:
Fixed IE 6 lame funkiness.
Index: event.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/includes/event.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** event.php 21 Nov 2003 07:29:08 -0000 1.14
--- event.php 21 Nov 2003 20:38:51 -0000 1.15
***************
*** 82,86 ****
</tr>
<tr>
! <td colspan="3" class="V12">
<div style="margin-left: 10px; margin-bottom:10px;">
<p>{$event} {$event_times}</p>
--- 82,86 ----
</tr>
<tr>
! <td align="left" class="V12">
<div style="margin-left: 10px; margin-bottom:10px;">
<p>{$event} {$event_times}</p>
***************
*** 96,98 ****
END;
! ?>
\ No newline at end of file
--- 96,98 ----
END;
! ?>
|