MediaWiki:Common.css: Difference between revisions

From OSNEXUS Online Documentation Site
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 7: Line 7:
h2 {
h2 {
   margin-top: 15px;
   margin-top: 15px;
}
img {
  margin: 15px;
}
}

Revision as of 00:34, 19 March 2016

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

h1 {
  margin-top: 30px;
}

h2 {
  margin-top: 15px;
}

img {
  margin: 15px;
}