MediaWiki:Group-user.css: Difference between revisions

From CookingWiki
(Created page with "→‎CSS placed here will affect registered users only: #mw-sidebar-button {display:none !important;}")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will affect registered users only */
/* CSS placed here will affect registered users only */
#mw-sidebar-button {display:none !important;}
#mw-sidebar-button {display:block !important;}

Revision as of 13:26, 5 February 2024

/* CSS placed here will affect registered users only */
#mw-sidebar-button {display:block !important;}