toc colours for category box
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 2 Jun 2004 14:43:48 +0000 (14:43 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 2 Jun 2004 14:43:48 +0000 (14:43 +0000)
stylesheets/monobook/main.css

index dd62f79..e2a4930 100644 (file)
@@ -217,13 +217,6 @@ pre {
     width: auto;
 }
 span.subpages { display: block; }
-/*#catlinks {
-    margin: 0;
-    padding: 0;
-    width: 34%;
-    text-align: right;
-    float: right;
-}*/
 
 /* Some space under the headers in the content area */
 #bodyContent h1,
@@ -249,6 +242,11 @@ span.subpages { display: block; }
     color: red;
     font-size: larger;
 }
+#catlinks {
+    border:1px solid #aaaaaa;
+    background-color:#f9f9f9;
+    padding:5px;
+}
 /* currently unused, intended to be used by a metadata box
 in the bottom-right corner of the content area */
 .documentDescription {