Revision: 9591
http://xoops.svn.sourceforge.net/xoops/?rev=9591&view=rev
Author: txmodxoops
Date: 2012-05-25 15:52:41 +0000 (Fri, 25 May 2012)
Log Message:
-----------
Fixed bug for cross-browsers
Modified Paths:
--------------
XoopsCore/tags/2.6 timgno/htdocs/themes/default-timgno/theme.html
Modified: XoopsCore/tags/2.6 timgno/htdocs/themes/default-timgno/theme.html
===================================================================
--- XoopsCore/tags/2.6 timgno/htdocs/themes/default-timgno/theme.html 2012-05-25 14:53:31 UTC (rev 9590)
+++ XoopsCore/tags/2.6 timgno/htdocs/themes/default-timgno/theme.html 2012-05-25 15:52:41 UTC (rev 9591)
@@ -20,7 +20,8 @@
<{* For google bots *}>
<noscript><h1><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}><{else}><{$xoops_sitename}><{/if}></h1></noscript>
<{* Start of header *}>
- <{includeq file="$theme_tpl/theme_header.html"}>
+ <{includeq file="$theme_tpl/theme_header.html"}>
+ <div class="clear"></div>
<{* End of header *}>
<{* Start of colmask *}>
<div id="container">
@@ -60,11 +61,11 @@
</div>
<{* End of col2pad *}>
</div>
+ <{* End of col2wrap *}>
</div>
<{* End of colmid *}>
<{* Start of colright *}>
- <div id="colright">
- <{* End of col2wrap *}>
+ <div id="colright">
<{* Start of col3 *}>
<div id="col3">
<{includeq file="$theme_tpl/theme_rightblocks.html"}>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|