r30348 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r30347‎ | r30348 | r30349 >
Date:13:45, 31 January 2008
Author:river
Status:old
Tags:
Comment:
use class instead of id for mw_clear
Modified paths:
  • /trunk/phase3/skins/Modern.php (modified) (history)
  • /trunk/phase3/skins/modern/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/modern/main.css
@@ -127,7 +127,7 @@
128128 margin-top: 3.5em;
129129 }
130130
131 -#mw_clear {
 131+div.mw_clear {
132132 margin: 0 0 0 0;
133133 padding: 0 0 0 0;
134134 clear: both;
Index: trunk/phase3/skins/Modern.php
@@ -124,7 +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>
 128+ <div class='mw_clear'></div>
129129 <?php if($this->data['catlinks']) { ?><div id="catlinks"><?php $this->html('catlinks') ?></div><?php } ?>
130130 </div><!-- mw_contentholder -->
131131 </div><!-- mw_content -->
@@ -236,7 +236,7 @@
237237
238238 </div><!-- main -->
239239
240 - <div id="mw_clear"></div>
 240+ <div class="mw_clear"></div>
241241
242242 <!-- personal portlet -->
243243 <div class="portlet" id="p-personal">

Status & tagging log