MediaWiki:Common.css: Difference between revisions

From OER in Education
(Created page with "→‎CSS placed here will affect users of the Vector skin: body { background: grey; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


body { background: grey; }
body { background: white; }
 
h1 { margin-top: 50em; margin-bottom: 3em; }

Revision as of 13:16, 10 February 2012

/* CSS placed here will affect users of the Vector skin */

body { background: white; }

h1 { margin-top: 50em; margin-bottom: 3em; }