MediaWiki:Group-sysop.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


.editprotected, .editinterface { display: initial !important; }
.editprotected, .editinterface { display: initial !important; }
/* Special:RefreshSpecial */
form[name="RefreshSpecial"] ul { margin-bottom: 1em; }
form[name="RefreshSpecial"] li:last-of-type { display: none; }

Revision as of 12:38, March 3, 2023

/* CSS placed here will affect sysops only */

.editprotected, .editinterface { display: initial !important; }

/* Special:RefreshSpecial */
form[name="RefreshSpecial"] ul { margin-bottom: 1em; }
form[name="RefreshSpecial"] li:last-of-type { display: none; }