insert a clear:both div at the bottom of the content to stop floating content from...
authorRiver Tarnell <river@users.mediawiki.org>
Thu, 24 Jan 2008 04:20:12 +0000 (04:20 +0000)
committerRiver Tarnell <river@users.mediawiki.org>
Thu, 24 Jan 2008 04:20:12 +0000 (04:20 +0000)
skins/Modern.php

index 9349ec4..3b71eb8 100644 (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 -->