MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: →Hide the automatic Tools and Special pages sections: #p-tb, →Toolbox container: #t-specialpages { display: none !important; }" |
(No difference)
|
Revision as of 15:46, 3 November 2025
/* CSS placed here will be applied to all skins */
/* Hide the automatic Tools and Special pages sections */
#p-tb, /* Toolbox container */
#t-specialpages {
display: none !important;
}