Difference between revisions of "MediaWiki:Group-bureaucrat.css"
(Created page with "→CSS placed here will affect bureaucrats only: div.portal#p-tb{ display:block !important; }") |
|||
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; | |
+ | } | ||
+ | |||
+ | li#t-upload, li#t-specialpages, li#t-print, h3#p-tb-label { | ||
+ | display:block !important; | ||
} | } |
Revision as of 12:26, 15 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;
}