Difference between revisions of "MediaWiki:Common.css"

From Computational Memory Lab
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: <pre> body.page-Main_Page h1.firstHeading { display:none; } </pre>")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
<pre>
 
<pre>
body.page-Main_Page h1.firstHeading { display:none; }
+
body.page-Research h1.firstHeading { display:none; }
 
</pre>
 
</pre>

Revision as of 21:19, 2 October 2012

/* CSS placed here will be applied to all skins */
<pre>
body.page-Research h1.firstHeading { display:none; }
</pre>