MediaWiki:Common.css: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
Created page with "→‎CSS placed here will be applied to all skins: #mw-panel { display: none !important; }"
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
.noautonum .tocnumber {
#mw-panel {
     display: none;
     display: none !important;
}
}

Latest revision as of 14:02, 6 May 2025

.noautonum .tocnumber {
    display: none;
}