(Translated by https://www.hiragana.jp/)
Module:Infobox/styles.css: Difference between revisions - Wikipedia

Module:Infobox/styles.css: Difference between revisions

Content deleted Content added
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:
body.skin--responsive .infobox-table tr {
display: table-row !important;
}
body.skin--responsive .infobox-table th,
body.skin--responsive .infobox-table td {
padding-left: inherit;
padding-right: inherit;
}
}