From: <cl...@us...> - 2003-11-22 20:02:42
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1:/tmp/cvs-serv21145 Modified Files: search.php Log Message: Added bottom padding to events. Index: search.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/search.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** search.php 22 Nov 2003 19:53:53 -0000 1.26 --- search.php 22 Nov 2003 20:02:39 -0000 1.27 *************** *** 137,141 **** $event_end = ''; } ! echo '<div style="margin-left: 10px;">'; echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"1\">\n"; echo "<tr>\n"; --- 137,141 ---- $event_end = ''; } ! echo '<div style="margin-left: 10px; margin-bottom: 10px;">'; echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"1\">\n"; echo "<tr>\n"; |