Difference between revisions of "MediaWiki:Common.css"
From Polar Lights Wiki
								
												
				 (Created page with "→CSS placed here will be applied to all skins:    /************************************************ Hide the title and contents box on the front page **********************...")  | 
			
(No difference) 
 | 
Revision as of 12:00, 12 December 2014
/* CSS placed here will be applied to all skins */
/************************************************
Hide the title and contents box on the front page
*************************************************/
body.page-Main_Page h1.firstHeading { display:none; }
body.page-Main_Page #contentSub { display:none; }