Difference between revisions of "MediaWiki:Common.css"

From Learn Na'vi Wiki
Jump to navigation Jump to search
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:50, 5 March 2010

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