MediaWiki:Common.css: Difference between revisions

From Median-XL
No edit summary
Tag: Manual revert
No edit summary
Line 2: Line 2:
#toc {
#toc {
     background: none;
     background: none;
}
.mw-file-description {
background: none;
}
}

Revision as of 19:49, 30 April 2024

/* Remove border and background from all TOCs */
#toc {
    background: none;
}
.mw-file-description {
	background: none;
}