From da4d9364507084055b023034816379172f804a4b Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 2 Jun 2004 14:43:48 +0000 Subject: [PATCH] toc colours for category box --- stylesheets/monobook/main.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index dd62f791ee..e2a49301ef 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -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 { -- 2.20.1