MediaWiki:Common.css: Difference between revisions

(Created page with "→‎CSS placed here will be applied to all skins: #footer { display: none; }")
 
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#footer { display: none; }
#footer,#p-tb { display: none; }

Revision as of 16:56, 15 December 2022

/* CSS placed here will be applied to all skins */
#footer,#p-tb { display: none; }