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
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;
        }
}

Revision as of 01:11, 19 October 2007

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

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