Actions

MediaWiki

Difference between revisions of "Common.css"

From GummyCarbs

 
Line 2: Line 2:


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

Latest revision as of 18:12, 18 October 2007

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

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