Template:TOC limit/styles.css: Difference between revisions

From Yasunori Hayashi Laboratory English
Jump to navigation Jump to search
Yasunori Hayashi created the page Template:TOC limit/styles.css using a non-default content model "Sanitized CSS"
m 1 revision imported
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
/* Example CSS for TOC limit */
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4 {
    display: none;
}

Latest revision as of 21:13, 23 March 2025

/* Example CSS for TOC limit */
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4 {
    display: none;
}