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

From notfoundon
Jump to: navigation, search
(Created page with "CSS placed here will affect bureaucrats only: div.portal#p-tb{ display:block !important; }")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will affect bureaucrats only */
 
/* CSS placed here will affect bureaucrats only */
 +
 +
/*
 
div.portal#p-tb{
 
div.portal#p-tb{
display:block !important;
+
    display:block !important;
 +
}
 +
*/
 +
 
 +
li#t-upload, li#t-specialpages, li#t-print, h3#p-tb-label {
 +
    display:block !important;
 
}
 
}

Latest revision as of 14:47, 17 January 2020

/* CSS placed here will affect bureaucrats only */

/*
div.portal#p-tb{
    display:block !important;
}
*/

li#t-upload, li#t-specialpages, li#t-print, h3#p-tb-label {
    display:block !important;
}