MediaWiki:Timeless.css: Difference between revisions

From The Money Wiki
 
No edit summary
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */
/* Hide the sidebar TOC for the Timeless skin */
.toc {
#p-toc,
     display: none !important;
#p-tb {
     display: none;
}
}

Latest revision as of 19:07, 18 September 2025

/* All CSS here will be loaded for users of the Timeless skin */
.toc {
    display: none !important;
}