Difference between revisions of "MediaWiki:Vector.css"

From Inspired-Lua Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: div.mw-geshi { padding: 1em; margin: 1em 0; border: 1px dashed #2f6fab; }")
 
Line 4: Line 4:
 
   margin: 1em 0;  
 
   margin: 1em 0;  
 
   border: 1px dashed #2f6fab;
 
   border: 1px dashed #2f6fab;
 +
}
 +
 +
#bodyContent h2 {
 +
  margin-top: .8em;
 
}
 
}

Revision as of 20:25, 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: .8em;
}