Difference between revisions of "MediaWiki:Common.css"

From OpenJUMP Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
h2, h3, h4, h5, h6, h7, h8 {
+
h2, h3 {
 
   padding-top: 1em;
 
   padding-top: 1em;
 +
}
 +
 +
.mw-headline {
 +
  font-weight: bold;
 
}
 
}

Revision as of 12:35, 21 April 2014

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

h2, h3 {
  padding-top: 1em;
}

.mw-headline {
  font-weight: bold;
}