MediaWiki:Common.css: Difference between revisions

Shovon (talk | contribs)
No edit summary
Tag: Reverted
Shovon (talk | contribs)
No edit summary
Tag: Reverted
Line 5: Line 5:
   display: table;
   display: table;
   clear: both;
   clear: both;
}
/* Section heading underline */
h2, h3, h4, h5, h6 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
}
}