categories moved to bottom of the page, plain formatting for now
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 2 Jun 2004 14:19:15 +0000 (14:19 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 2 Jun 2004 14:19:15 +0000 (14:19 +0000)
stylesheets/monobook/main.css
stylesheets/monobook/rtl.css
templates/xhtml_slim.pt

index 0b255b9..dd62f79 100644 (file)
@@ -217,13 +217,13 @@ pre {
     width: auto;
 }
 span.subpages { display: block; }
-#catlinks {
+/*#catlinks {
     margin: 0;
     padding: 0;
     width: 34%;
     text-align: right;
     float: right;
-}
+}*/
 
 /* Some space under the headers in the content area */
 #bodyContent h1,
index 09ad69f..b382056 100644 (file)
@@ -57,7 +57,6 @@ html>body .portlet {
 }
 
 /* Fix alignment */
-#catlinks,
 .documentByLine,
 .portletDetails,
 .portletMore,
@@ -69,7 +68,6 @@ div div.thumbcaption {
        text-align: right;
 }
 
-#catlinks,
 div.magnify,
 #div.townBox,
 #p-logo {
index 293002b..20e0e13 100644 (file)
@@ -26,7 +26,6 @@
          <a name="top" id="contentTop"></a>
          <h1 class="firstHeading" tal:content="title">Leonardo da Vinci</h1>
          <div id="bodyContent">
-           <div tal:condition="catlinks" id="catlinks" tal:content="structure catlinks"></div>
            <h3 id="siteSub" i18n:translate="string:fromwikipedia">From Wikipedia, the free encyclopedia.</h3>
            <div id="contentSub" tal:content="structure subtitle"></div>
            <div id="contentSub" tal:condition="undelete" tal:content="structure undelete"></div>
@@ -39,6 +38,7 @@
 
            ${bodytext}
 
+           <div tal:condition="catlinks" id="catlinks" tal:content="structure catlinks"></div>
            <!-- end content -->
            <div class="visualClear"></div>
          </div>
          <li id="f-disclaimer" tal:condition="disclaimer">${disclaimer}</li>
        </ul>
       </div>
-      <div id="colophon"></div>
     </div>
     ${reporttime}
   </body>