MediaWiki:Common.css: Difference between revisions

From dsignwiki
Jump to navigation Jump to search
(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;
}