User:Z929669/WorkStatus.css: Difference between revisions

From Step Mods | Change The Game
(Created page with "→‎When <div class="nonumtoc"> is used on the table of contents, the ToC will display without numbers: .nonumtoc .tocnumber { display: none; } .nonumtoc #toc ul, .nonumto...")
 
(No difference)

Latest revision as of 02:18, October 15, 2012

/* When <div class="nonumtoc"> is used on the table of contents,
   the ToC will display without numbers */
.nonumtoc .tocnumber { display: none; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
    line-height: 1.5em;
    list-style: none;
    margin: .3em 0 0;
    padding: 0;
}
.nonumtoc #toc ul ul, 
.nonumtoc .toc ul ul { 
    margin: 0 0 0 2em; 
}