From: Gabriel Wicke Date: Tue, 8 Jun 2004 11:06:21 +0000 (+0000) Subject: .toccolours X-Git-Tag: 1.5.0alpha1~2993 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=70a9a5cf8365b8728d36c9e658f5e9a1e7499a6c;p=lhc%2Fweb%2Fwiklou.git .toccolours --- 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%; +}