MediaWiki:Common.css: Difference between revisions

From STorM32-BGC Wiki V1
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: div#content h1, div#content h2, div#content #firstHeading { background: #f2f2f2; }")
 
No edit summary
Line 2: Line 2:


div#content h1, div#content h2, div#content #firstHeading {
div#content h1, div#content h2, div#content #firstHeading {
   background: #f2f2f2;
   background: #f4f4f4;
}
}

Revision as of 20:42, 18 December 2015

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

div#content h1, div#content h2, div#content #firstHeading {
  background: #f4f4f4;
}