Author: jholmes Date: Fri May 16 08:33:10 2008 New Revision: 657105 URL: http://svn.apache.org/viewvc?rev=657105&view=rev Log: Fix styling issue that was preventing the header on all of the showcase app pages from displaying properly in IE7.
Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp?rev=657105&r1=657104&r2=657105&view=diff ============================================================================== --- struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp (original) +++ struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp Fri May 16 08:33:10 2008 @@ -49,6 +49,7 @@ </div><!-- end search --> <hr/> + <div style="clear: both;"></div> </div> </div><!-- end header -->