MediaWiki:Common.css: Difference between revisions

From OSNEXUS Online Documentation Site
Jump to navigation Jump to search
Created page with "→‎CSS placed here will be applied to all skins: h1 { margin-top: 15px; }"
 
mNo edit summary
Line 2: Line 2:


h1 {
h1 {
   margin-top: 15px;
   margin-top: 20px;
}
}

Revision as of 00:33, 19 March 2016

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

h1 {
  margin-top: 20px;
}