From 0ba227dcbc44a6cf3418765024e34682022c8881 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Sun, 23 May 2004 11:39:13 +0000 Subject: [PATCH] no margin on p in toc, would like to change the toc code to ol's sooner or later --- stylesheets/monobook/main.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index a33aa39aa5..b89a7237f7 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -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%; } -- 2.20.1