Jump to content

MediaWiki:Common.css: Difference between revisions

From WikiGenius
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;
}

Revision as of 22:47, 8 October 2025

/* 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;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.