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