Difference between revisions of "MediaWiki:Common.css"

From Learn Na'vi Wiki
Jump to navigation Jump to search
(Created page with '→‎CSS placed here will be applied to all skins: body.page-Main_Page h1.firstHeading { display: none !important; }')
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
body.page-Main_Page h1.firstHeading {
 
body.page-Main_Page h1.firstHeading {
     display: none !important;
+
     /*display: none !important;*/
 
}
 
}

Revision as of 17:49, 5 March 2010

/* CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading {
    /*display: none !important;*/
}