use class instead of id for mw_clear
authorRiver Tarnell <river@users.mediawiki.org>
Thu, 31 Jan 2008 13:45:03 +0000 (13:45 +0000)
committerRiver Tarnell <river@users.mediawiki.org>
Thu, 31 Jan 2008 13:45:03 +0000 (13:45 +0000)
skins/Modern.php
skins/modern/main.css

index 3b71eb8..f2d957d 100644 (file)
@@ -124,7 +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>
+                       <div class='mw_clear'></div>
                        <?php if($this->data['catlinks']) { ?><div id="catlinks"><?php       $this->html('catlinks') ?></div><?php } ?>
        </div><!-- mw_contentholder -->
        </div><!-- mw_content -->
@@ -236,7 +236,7 @@ class ModernTemplate extends QuickTemplate {
 
        </div><!-- main -->
 
-       <div id="mw_clear"></div>
+       <div class="mw_clear"></div>
 
        <!-- personal portlet -->
        <div class="portlet" id="p-personal">
index 9f54982..8ba9b59 100644 (file)
@@ -127,7 +127,7 @@ body {
        margin-top: 3.5em;
 }
 
-#mw_clear {
+div.mw_clear {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        clear: both;