insert a clear:both div at the bottom of the content to stop floating content from overrunning the border
This commit is contained in:
parent
b5c6742eec
commit
02f55026d2
1 changed files with 1 additions and 0 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue