Difference between revisions of "MediaWiki:Common.css"

From OpenJUMP Wiki
Jump to navigation Jump to search
(Created page with '→‎CSS placed here will be applied to all skins: .mw-headline { margin-top: 2em; margin-bottom: 2em; font-weight: bold; }')
 
Line 2: Line 2:
  
 
.mw-headline {
 
.mw-headline {
   margin-top: 2em;
+
   margin-top: 20em;
 
   margin-bottom: 2em;
 
   margin-bottom: 2em;
  font-weight: bold;
 
 
}
 
}

Revision as of 12:16, 21 April 2014

/* CSS placed here will be applied to all skins */

.mw-headline {
  margin-top: 20em;
  margin-bottom: 2em;
}