Jump to content

MediaWiki:Common.css: Difference between revisions

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

Revision as of 23:09, 8 October 2025

/* CSS placed here will be applied to all skins */
/* Clearfix for infobox tables */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.