MediaWiki:Common.css: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Hide the sidebar */
.noautonum .tocnumber {
#mw-panel {
     display: none;
     display: none;
}
/* Adjust content width */
#content {
    margin-left: 0;
}
}

Latest revision as of 14:02, 6 May 2025

.noautonum .tocnumber {
    display: none;
}