MediaWiki:Common.css: Difference between revisions

From OSNEXUS Online Documentation Site
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:


img {
img {
  margin: 15px;
   padding-top: 15px;
   padding-top: 20px;
   padding-bottom: 15px;
   padding-bottom: 20px;
}
}

Revision as of 00:35, 19 March 2016

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

h1 {
  margin-top: 30px;
}

h2 {
  margin-top: 15px;
}

img {
  padding-top: 15px;
  padding-bottom: 15px;
}