Template:Horizontal TOC/styles.css: Difference between revisions
From WikiMD's Wellness Encyclopedia
CSV import |
No edit summary |
||
| Line 1: | Line 1: | ||
/* {{pp-template}} */ | /* {{pp-template}} */ | ||
. | .tocnumber { | ||
display: none; | |||
} | } | ||
#toc ul, | |||
. | .toc ul { | ||
line-height: 1.5em; | |||
list-style: none; | |||
margin: .3em 0 0; | |||
padding: 0; | |||
} | } | ||
.hlist #toc ul ul, | |||
. | .hlist .toc ul ul { | ||
/* @noflip */ | |||
margin: 0; | |||
} | } | ||
Revision as of 20:01, 16 December 2024
/* */ .tocnumber { display: none; }
- toc ul,
.toc ul { line-height: 1.5em; list-style: none; margin: .3em 0 0; padding: 0; } .hlist #toc ul ul, .hlist .toc ul ul { /* @noflip */ margin: 0; }