Difference between revisions of "MediaWiki:Vector.css"

From Inspired-Lua Wiki
Jump to navigation Jump to search
Line 7: Line 7:
  
 
#bodyContent h2 {
 
#bodyContent h2 {
   margin-top: .8em;
+
   margin-top: .7em;
 
}
 
}

Revision as of 21:26, 7 May 2014

/* CSS placed here will affect users of the Vector skin */
div.mw-geshi {
  padding: 1em; 
  margin: 1em 0; 
  border: 1px dashed #2f6fab;
}

#bodyContent h2 {
  margin-top: .7em;
}