r3669 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r3668‎ | r3669 | r3670 >
Date:11:39, 23 May 2004
Author:gabrielwicke
Status:old
Tags:
Comment:
no margin on p in toc, would like to change the toc code to ol's sooner or later
Modified paths:
  • /trunk/phase3/stylesheets/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/stylesheets/monobook/main.css
@@ -281,10 +281,11 @@
282282 padding:5px;
283283 font-size: 95%;
284284 }
285 -.tocindent { margin-left: 2em; }
286 -.tocline { margin-bottom: 0px; }
287 -.toctoggle { font-size: 94%; }
288 -.editsection {
 285+#toc .tocindent { margin-left: 2em; }
 286+#toc .tocline { margin-bottom: 0px; }
 287+#toc p { margin: 0 }
 288+#toc .toctoggle { font-size: 94%; }
 289+#toc .editsection {
289290 margin-top: 0.7em;
290291 font-size: 94%;
291292 }

Status & tagging log