Difference between revisions of "MediaWiki:Vector.css"

From Useful Things
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Vector skin: #toc { margin: 0 0 1em 1em; }")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
  
#toc { margin: 0 0 1em 1em; }
+
div#content h1#firstHeading { margin: auto; }
 +
div#content h1 { margin: 1em 0 1em 0; }

Latest revision as of 03:01, 26 June 2014

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

div#content h1#firstHeading { margin: auto; }
div#content h1 { margin: 1em 0 1em 0; }