toc formatting for standard/nostalgia/cologneblue
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 2 Jun 2004 23:36:12 +0000 (23:36 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 2 Jun 2004 23:36:12 +0000 (23:36 +0000)
stylesheets/common.css
stylesheets/wikistandard.css

index 7e3f2e0..a7f5e02 100644 (file)
@@ -107,6 +107,14 @@ img.tex { vertical-align: middle; }
         padding: 5px;
         font-size: 95%;
 }
+#toc .tocindent { margin-left: 2em; }
+#toc .tocline { margin-bottom: 0px; }
+#toc p { margin: 0 }
+#toc .toctoggle { font-size: 94%; }
+#toc .editsection { 
+    margin-top: 0.7em; 
+    font-size: 94%;
+}
 
 .error {
        color: red;
index e852f9f..dbfcfb1 100644 (file)
 
 
 /* Table of contents */
-.tocindent {
-       margin-left: 2em;
-}
-.tocline {
-       margin-bottom: 0px;
-}
-.toctoggle, .editsection {
-       font-size: smaller;
-}
+.toctoggle, .editsection { font-size: smaller; }
 
 /* ... */
 #toolbar { padding:0px; }