MediaWiki:Group-user.css: Difference between revisions
From ihaveahax's Site
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
/* counter the css in [[MediaWiki:Common.css]] */ | /* counter the css in [[MediaWiki:Common.css]] */ | ||
#p-tb { | #p-tb { | ||
display: block!important; | |||
} | |||
#p-personal { | |||
display: block!important; | display: block!important; | ||
} | } |
Latest revision as of 16:00, 24 December 2020
/* CSS placed here will affect registered users only */
/* counter the css in [[MediaWiki:Common.css]] */
#p-tb {
display: block!important;
}
#p-personal {
display: block!important;
}
/*unused*/
/*#mw-head-base,
#mw-page-base,
#mw-head,
#p-namespaces,
#footer,
.portal h5,
#p-tb,
#searchGoButton,
#mw-searchButton {
display: block;
}*/