MediaWiki:Group-user.css: Difference between revisions

From PBARC
No edit summary
No edit summary
 
Line 1: Line 1:
/* CSS placed here will affect registered users only */
/* CSS placed here will affect registered users only */
#user-tools, #p-views, #mw-site-navigation, #mw-related-navigation, #mw-header-nav-hack, #p-namespaces {
#user-tools, #p-views, #mw-site-navigation, #mw-related-navigation, #p-namespaces {
display: block;
display: block;
}
}

Latest revision as of 16:34, 2 March 2023

/* CSS placed here will affect registered users only */
#user-tools, #p-views, #mw-site-navigation, #mw-related-navigation, #p-namespaces {
	display: block;
}
.loggedout-only {
    display: none;
}