MediaWiki:Common.css: Difference between revisions

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

Revision as of 19:47, 30 April 2024

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