Merge "Hide TOC with CSS instead of JavaScript"
[lhc/web/wiklou.git] / resources / src / mediawiki.toc.styles / print.css
1 /* Hide the complete TOC on print when the TOC is hidden. */
2 .toctogglecheckbox:checked + .toctitle {
3 display: none;
4 }