Adjust the column widths a bit

This commit is contained in:
james 2006-02-01 05:04:36 +00:00
parent 738aaeb172
commit 1833a63b15

View File

@ -51,7 +51,7 @@
$table=array();
$table['header']=array(i18n("Team Num"),i18n("Team Name"),i18n("Captain"),i18n("First Name"),i18n("Last Name"));
$table['widths']=array(0.5, 1.5, 0.8, 2.0, 2.0);
$table['widths']=array(0.5, 2.5, 0.8, 1.5, 1.5);
$table['dataalign']=array("left","left","center","left","left");
foreach($teams AS $team)