MediaWiki:Common.css: Difference between revisions

Shovon (talk | contribs)
mNo edit summary
Tag: Manual revert
Shovon (talk | contribs)
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Clearfix for infobox tables */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/* Section heading underline */
h2, h3, h4, h5, h6 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
}