insert a clear:both div at the bottom of the content to stop floating content from overrunning the border

This commit is contained in:
River Tarnell 2008-01-24 04:20:12 +00:00
parent b5c6742eec
commit 02f55026d2

View file

@ -124,6 +124,7 @@ class ModernTemplate extends QuickTemplate {
<?php if($this->data['showjumplinks']) { ?><div id="jump-to-nav"><?php $this->msg('jumpto') ?> <a href="#column-one"><?php $this->msg('jumptonavigation') ?></a>, <a href="#searchInput"><?php $this->msg('jumptosearch') ?></a></div><?php } ?>
<?php $this->html('bodytext') ?>
<div id='mw_clear'></div>
<?php if($this->data['catlinks']) { ?><div id="catlinks"><?php $this->html('catlinks') ?></div><?php } ?>
</div><!-- mw_contentholder -->
</div><!-- mw_content -->