Author: thamba
Date: 2006-04-19 11:28:16 +0200 (Wed, 19 Apr 2006)
New Revision: 2766

Modified:
   trunk/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp
Log:
body_table width fix


Modified: trunk/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp
===================================================================
--- trunk/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp   2006-04-19 
09:27:01 UTC (rev 2765)
+++ trunk/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp   2006-04-19 
09:28:16 UTC (rev 2766)
@@ -312,7 +312,7 @@
 
 <decorator:getProperty property="page.search-bar"/>
 
-<table border="0" cellspacing="0" cellpadding="0" id="body_table">
+<table width="100%" border="0" cellspacing="0" cellpadding="0" id="body_table">
     <%if (q.trim().equals("") && !currentC.equals("m")) {%>
     <tr>
         <td class="cell_one">&nbsp;</td>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to