Author: thamba
Date: 2006-04-19 11:27:01 +0200 (Wed, 19 Apr 2006)
New Revision: 2765

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


Modified: 
branches/BLOG_SEARCH/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp
===================================================================
--- branches/BLOG_SEARCH/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp    
2006-04-19 06:52:51 UTC (rev 2764)
+++ branches/BLOG_SEARCH/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp    
2006-04-19 09:27:01 UTC (rev 2765)
@@ -340,7 +340,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