no margin on p in toc, would like to change the toc code to ol's sooner or later
authorGabriel Wicke <gwicke@users.mediawiki.org>
Sun, 23 May 2004 11:39:13 +0000 (11:39 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Sun, 23 May 2004 11:39:13 +0000 (11:39 +0000)
stylesheets/monobook/main.css

index a33aa39..b89a723 100644 (file)
@@ -281,10 +281,11 @@ in the bottom-right corner of the content area */
     padding:5px;
     font-size: 95%;
 }
-.tocindent { margin-left: 2em; }
-.tocline { margin-bottom: 0px; }
-.toctoggle { font-size: 94%; }
-.editsection { 
+#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%;
 }