[Fusionforge-commits] r8329 - trunk/gforge/www/themes/gforge

Christian Bayle cbayle at libremir.placard.fr.eu.org
Mon Nov 2 18:00:59 CET 2009


Author: cbayle
Date: 2009-11-02 18:00:59 +0100 (Mon, 02 Nov 2009)
New Revision: 8329

Modified:
   trunk/gforge/www/themes/gforge/Theme.class.php
Log:
Apply CSS header class to table rather than to div as this was not working properly with IE7


Modified: trunk/gforge/www/themes/gforge/Theme.class.php
===================================================================
--- trunk/gforge/www/themes/gforge/Theme.class.php	2009-11-02 14:57:44 UTC (rev 8328)
+++ trunk/gforge/www/themes/gforge/Theme.class.php	2009-11-02 17:00:59 UTC (rev 8329)
@@ -140,8 +140,8 @@
 	global $user_guide;
 
   ?>
-<div class="header">
-  <table border="0" width="100%" cellspacing="0" cellpadding="0">
+<div>
+  <table class="header" border="0" width="100%" cellspacing="0" cellpadding="0">
       <tr>
 		  <td class="topLeft"><?php echo util_make_link ('/', html_image('header/top-logo.png',192,54,array('border'=>'0'))); ?></td>
         <td class="middleRight"><?php echo $this->searchBox(); ?></td>




More information about the Fusionforge-commits mailing list