e905dbe72e597c27adb83f66a8806c458f10cf62
[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 }