MediaWiki:Common.css: Difference between revisions

From CCDirectLink
Add an "infobox-table" class
m Re-indent with 4 spaces, which is a more commonly used code style in CCDirectLink
Line 2: Line 2:


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


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

Revision as of 14:17, 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;
}