.toccolours
authorGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 8 Jun 2004 11:06:21 +0000 (11:06 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 8 Jun 2004 11:06:21 +0000 (11:06 +0000)
stylesheets/common.css

index a7f5e02..ecef44b 100644 (file)
@@ -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%;
+}