31a88269e337b4de7a360366a248c512866f62ba
[lhc/web/wiklou.git] / resources / src / mediawiki.toc.styles / common.css
1 /* This style is loaded on all media. */
2
3 /* Hide the content of the TOC when the checkbox is checked. */
4 .toctogglecheckbox:checked ~ ul {
5 display: none;
6 }