r30105 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r30104‎ | r30105 | r30106 >
Date:04:20, 24 January 2008
Author:river
Status:old
Tags:
Comment:
insert a clear:both div at the bottom of the content to stop floating content from overrunning the border
Modified paths:
  • /trunk/phase3/skins/Modern.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/Modern.php
@@ -124,6 +124,7 @@
125125 <?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 } ?>
126126
127127 <?php $this->html('bodytext') ?>
 128+ <div id='mw_clear'></div>
128129 <?php if($this->data['catlinks']) { ?><div id="catlinks"><?php $this->html('catlinks') ?></div><?php } ?>
129130 </div><!-- mw_contentholder -->
130131 </div><!-- mw_content -->

Status & tagging log