MediaWiki:Common.css: Difference between revisions

From Craft-Wiki
Created page with "CSS placed here will be applied to all skins: #p-logo-text { display: none !important; }"
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


#p-logo-text { display: none !important; }
#p-logo-text { display: none; }

Revision as of 09:22, 1 April 2026

/* CSS placed here will be applied to all skins */

#p-logo-text { display: none; }