Difference between revisions of "MediaWiki:Group-sysop.css"

From NSWiki
Jump to: navigation, search
(Created page with "CSS placed here will affect sysops only: .newsedit { display: block; }")
 
Line 1: Line 1:
 
/* CSS placed here will affect sysops only */
 
/* CSS placed here will affect sysops only */
.newsedit {
+
.sysoponly {
 
     display: block;
 
     display: block;
 
}
 
}

Revision as of 14:57, 25 February 2014

/* CSS placed here will affect sysops only */
.sysoponly {
     display: block;
}