MediaWiki:Common.css: Difference between revisions

From CCDirectLink
No edit summary
Add an "infobox-table" class
Line 5: Line 5:
   max-width: 100%;
   max-width: 100%;
   height: auto;
   height: auto;
}
table.infobox-table {
  float: right;
  clear: right;
  margin-top: 0;
}
}

Revision as of 14:15, 13 August 2020

/* CSS placed here will be applied to all skins */

img.block-img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

table.infobox-table {
  float: right;
  clear: right;
  margin-top: 0;
}