Merge "resourceloader: CSSMin::getLocalFileReferences now strips anchors"
[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 }