From: Gabriel Wicke Date: Sun, 23 May 2004 11:39:13 +0000 (+0000) Subject: no margin on p in toc, would like to change the toc code to ol's sooner or later X-Git-Tag: 1.5.0alpha1~3220 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=0ba227dcbc44a6cf3418765024e34682022c8881;p=lhc%2Fweb%2Fwiklou.git no margin on p in toc, would like to change the toc code to ol's sooner or later --- 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%; }