Anonymous

MediaWiki:Common.css: Difference between revisions

From Kainga Encyclopedia
Undo revision 2684 by Eheartshine (talk)
No edit summary
Tag: Reverted
(Undo revision 2684 by Eheartshine (talk))
Tag: Undo
 
(6 intermediate revisions by the same user not shown)
Line 8: Line 8:
.toclimit-6 .toclevel-5 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
.toclimit-7 .toclevel-6 ul {
display: none;
}
/* Limit the TOC for the Citizen skin */
.toclimit-2 .citizen-toc-level--2 ul,
.toclimit-3 .citizen-toc-level--3 ul,
.toclimit-4 .citizen-toc-level--4 ul,
.toclimit-5 .citizen-toc-level--5 ul,
.toclimit-6 .citizen-toc-level--6 ul,
.toclimit-7 .citizen-toc-level--7 ul {
display: none;
display: none;
}
}