[Phphtmllib-devel] SF.net SVN: phphtmllib:[3234] trunk/open2300/lib/modules/home/page/HomePage .inc
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-03-01 21:15:46
|
Revision: 3234 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3234&view=rev Author: hemna Date: 2009-03-01 21:15:34 +0000 (Sun, 01 Mar 2009) Log Message: ----------- padding Modified Paths: -------------- trunk/open2300/lib/modules/home/page/HomePage.inc Modified: trunk/open2300/lib/modules/home/page/HomePage.inc =================================================================== --- trunk/open2300/lib/modules/home/page/HomePage.inc 2009-03-01 21:13:56 UTC (rev 3233) +++ trunk/open2300/lib/modules/home/page/HomePage.inc 2009-03-01 21:15:34 UTC (rev 3234) @@ -78,10 +78,10 @@ $radar_div = new DIVtag(array('id' => 'idRadardiv'),$radar_img); - $table = TABLEtag::factory("100%",0,0,5); + $table = TABLEtag::factory("100%",0,0,0); $table->add_row(new TDtag(array('style' => 'vertical-align:top;width:510px;'),$right_div), - new TDtag(array('style' => 'vertical-align:top;'),$radar_div)); + new TDtag(array('style' => 'vertical-align:top;padding-left:8px;'),$radar_div)); return $table; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |