MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 847: Line 847:
   padding-bottom: 5px;
   padding-bottom: 5px;
   margin-bottom: 6px;
   margin-bottom: 6px;
}
//removing default border bottom for headings
.mw-heading1, h1, .mw-heading2, h2 {
  border: none;
}
}