Actions

MediaWiki

Common.css: Difference between revisions

From GummyCarbs

New page: →‎* CSS placed here will be applied to all skins: body.H1.firstHeading { display: none; }
 
No edit summary
 
(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 */


body.H1.firstHeading {
h1.firstHeading { /* remove Main Page title */
        display: none;
  display: none !important;
        }
}

Latest revision as of 01:12, 19 October 2007

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

h1.firstHeading { /* remove Main Page title */
   display: none !important;
}