Module:Infobox/styles.css: Difference between revisions

Add infobox-table class to markup infoboxes that rely on the table tag that is associated with infoboxes.
Reduce padding, to reduce overall size of infobox-table elements
Line 71: Line 71:
   body.skin--responsive .infobox-table tr {
   body.skin--responsive .infobox-table tr {
     display: table-row !important;
     display: table-row !important;
  }
  body.skin--responsive .infobox-table th,
  body.skin--responsive .infobox-table td {
    padding-left: inherit;
    padding-right: inherit;
   }
   }
}
}