MediaWiki:Common.css: Difference between revisions

From Desque Support
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: Hide the Tools menu: #p-tb { display: none !important; }"
(No difference)

Revision as of 22:04, 1 September 2025

/* CSS placed here will be applied to all skins */

/* Hide the Tools menu */
#p-tb {
    display: none !important;
}