MediaWiki:Common.css: Difference between revisions

Shovon (talk | contribs)
Undo revision 23445 by Shovon (talk)
Tags: Undo Reverted
Shovon (talk | contribs)
Tags: Replaced Manual revert
 
(2 intermediate revisions by the same user not shown)
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;
}