MediaWiki:Common.css: Difference between revisions

From Median-XL
No edit summary
No edit summary
Tag: Manual revert
Line 2: Line 2:
#toc {
#toc {
     background: none;
     background: none;
    border-color: #ffffff;
}
}

Revision as of 19:48, 30 April 2024

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