From 70a9a5cf8365b8728d36c9e658f5e9a1e7499a6c Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 8 Jun 2004 11:06:21 +0000 Subject: [PATCH] .toccolours --- stylesheets/common.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stylesheets/common.css b/stylesheets/common.css index a7f5e02d37..ecef44b5c9 100644 --- a/stylesheets/common.css +++ b/stylesheets/common.css @@ -183,3 +183,10 @@ div.townBox dl dd { margin: 0.1em 0 0 1.1em; background-color: #f3f3f3; } +/* use this instead of #toc for page content */ +.toccolours { + border:1px solid #aaaaaa; + background-color:#f9f9f9; + padding:5px; + font-size: 95%; +} -- 2.20.1