[evolvis-commits] r7706: div align= left closes bug #120↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 15:47:24 CET 2011


Author: mirabilos
Date: 2011-02-24 15:47:24 +0100 (Thu, 24 Feb 2011)
New Revision: 7706

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/include/Layout.class
Log:
div align= left closes bug #120


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/include/Layout.class
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/include/Layout.class	2011-02-24 14:47:24 UTC (rev 7705)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/include/Layout.class	2011-02-24 14:47:24 UTC (rev 7706)
@@ -476,7 +476,7 @@
 ?>
 <br>
 <!-- start page body -->
-<div align="center">
+<div align="left">
 <table cellpadding="0" cellspacing="0" border="0" width="99%">
 	<tr>
 		<td background=<?php echo url_image($this->imgroot . "tbar1.png"); ?> width="1%" height="17"><?php echo html_image($this->imgroot . "tleft1.png","17","17",array()); ?></td>



More information about the evolvis-commits mailing list