Actions

MediaWiki

Common.css: Difference between revisions

From GummyCarbs

No edit summary
No edit summary
Line 2: Line 2:


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

Revision as of 01:12, 19 October 2007

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

h1.firstHeading { /* remove Main Page title */
}