MediaWiki:Common.css: Difference between revisions

From Legoktm
Content deleted Content added
Created page with "CSS placed here will be applied to all skins: #p-logo { display: none; }"
 
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 { display: none; }
#p-logo,
#ca-talk,
.page-Main_Page .firstHeading { display: none; }

Revision as of 07:25, 21 January 2017

/* CSS placed here will be applied to all skins */
#p-logo,
#ca-talk,
.page-Main_Page .firstHeading { display: none; }