MediaWiki:Common.css: Difference between revisions

From Median-XL
No edit summary
No edit summary
Line 1: Line 1:
/* Remove border and background from all TOCs */
/* Remove border and background from all TOCs */
#toc {
#toc {
    border: none;
     background: none;
     background: none;
}
}

Revision as of 19:47, 30 April 2024

/* Remove border and background from all TOCs */
#toc {
    background: none;
}