MediaWiki:Common.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
:is(h4, h5, h6) .mw-editsection {
        display: none;
}

Revision as of 09:37, 2 August 2023

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

:is(h4, h5, h6) .mw-editsection {
        display: none;
}