From: <dcr...@hy...> - 2010-02-10 01:11:45
|
Author: dcrutchf Date: 2010-02-09 17:11:37 -0800 (Tue, 09 Feb 2010) New Revision: 14271 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=14271 Modified: trunk/web/portal/MainLayout.jsp Log: Fixed footer placement issue Modified: trunk/web/portal/MainLayout.jsp =================================================================== --- trunk/web/portal/MainLayout.jsp 2010-02-10 01:02:28 UTC (rev 14270) +++ trunk/web/portal/MainLayout.jsp 2010-02-10 01:11:37 UTC (rev 14271) @@ -83,6 +83,7 @@ <tiles:insert attribute="header" /> <div id="migContainer"> <tiles:insert attribute='body' /> + <img src="/images/spacer.gif" width="1" height="60" alt="" border="0" class="footerSpacer" style="clear: both;" id="footerSpacer" /> <tiles:insert attribute="footer" /> </div> </body> |