MediaWiki:Common.css: Difference between revisions
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: # | background: #f4f4f4; | ||
} | } | ||
Revision as of 19:42, 18 December 2015
/* CSS placed here will be applied to all skins */
div#content h1, div#content h2, div#content #firstHeading {
background: #f4f4f4;
}