MediaWiki:Common.css: Difference between revisions

From The Money Wiki
Blanked the page
Tag: Blanking
No edit summary
Tag: Reverted
Line 1: Line 1:
 
/*
* Hide the content of the Table of Contents by default,
* but keep the heading and the "show/hide" button visible.
*/
.toc ul {
    display: none;
}

Revision as of 18:32, 17 September 2025

/*
 * Hide the content of the Table of Contents by default,
 * but keep the heading and the "show/hide" button visible.
 */
.toc ul {
    display: none;
}