Difference between revisions of "MediaWiki:Common.css"

From The Maker Station Wiki!
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
#toc { float: right; margin: 0 1em 0 1em; };
 
  
h1.firstHeading { display: none; };
+
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
 +
 
 +
#toc { float: right; margin: 0 1em 0 1em; }

Latest revision as of 16:09, 11 August 2016

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

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

#toc { float: right; margin: 0 1em 0 1em; }