MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎CSS placed here will be applied to all skins: } .page-ProleWiki_Main_Page.action-view #contentSub { 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 */
}
 
.page-ProleWiki_Main_Page.action-view #contentSub {  
.page-ProleWiki_Main_Page .firstHeading
display: none;
  { display:none; }
}

Revision as of 05:17, 17 November 2020

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

.page-ProleWiki_Main_Page .firstHeading
  { display:none; }