MediaWiki:Group-sysop.css: Difference between revisions
From Wiki-DB
Jump to navigationJump to search
Created page with "→CSS placed here will affect sysops only: #p-administration { display: block !important; }" |
No edit summary |
||
| Line 2: | Line 2: | ||
#p-administration { | #p-administration { | ||
display: block !important; | display: block !important; | ||
} | |||
#n-Alle-Special-Pages a { | |||
color: red !important; | |||
} | } | ||
Latest revision as of 00:22, 26 April 2026
/* CSS placed here will affect sysops only */
#p-administration {
display: block !important;
}
#n-Alle-Special-Pages a {
color: red !important;
}