MediaWiki:Common.css: Difference between revisions

m
oops
(attempted update for using TOClimit under Vector 2022)
m (oops)
Line 737: Line 737:
}
}
/* Above, but for Vector 2022 */
/* Above, but for Vector 2022 */
.toclimit-2 sidebar-toc-level-1 ul,
.toclimit-2 .sidebar-toc-level-1 ul,
.toclimit-3 sidebar-toc-level-2 ul,
.toclimit-3 .sidebar-toc-level-2 ul,
.toclimit-4 sidebar-toc-level-3 ul,
.toclimit-4 .sidebar-toc-level-3 ul,
.toclimit-5 sidebar-toc-level-4 ul,
.toclimit-5 .sidebar-toc-level-4 ul,
.toclimit-6 sidebar-toc-level-5 ul,
.toclimit-6 .sidebar-toc-level-5 ul,
.toclimit-7 sidebar-toc-level-6 ul {
.toclimit-7 .sidebar-toc-level-6 ul {
     display: none;
     display: none;
}
}