Revert unplanned, undiscussed, unannounced, breaking change to layout
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 25 Jul 2005 21:48:41 +0000 (21:48 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 25 Jul 2005 21:48:41 +0000 (21:48 +0000)
from checkin by timwi

skins/MonoBook.php
skins/monobook/main.css

index 5184a03..17a952d 100644 (file)
@@ -80,7 +80,6 @@ class MonoBookTemplate extends QuickTemplate {
          <?php if($this->data['sitenotice']) { ?><div id="siteNotice"><?php $this->html('sitenotice') ?></div><?php } ?>
          <h1 class="firstHeading"><?php $this->text('title') ?></h1>
          <div id="bodyContent">
-           <?php if($this->data['catlinks']) { ?><div id="catlinks-top"><?php   $this->html('catlinks') ?></div><?php } ?>
            <h3 id="siteSub"><?php $this->msg('tagline') ?></h3>
            <div id="contentSub"><?php $this->html('subtitle') ?></div>
            <?php if($this->data['undelete']) { ?><div id="contentSub"><?php     $this->html('undelete') ?></div><?php } ?>
index ef4ee6d..ff04c7d 100644 (file)
@@ -273,10 +273,6 @@ span.subpages {
     margin-top: 1em;
     clear: both;
 }
-#catlinks-top {
-    display: none;
-}
-
 /* currently unused, intended to be used by a metadata box
 in the bottom-right corner of the content area */
 .documentDescription {