Template:Infobox settlement/columns/styles.css

From A2wiki
< Template:Infobox settlement‎ | columns
Revision as of 18:52, 16 July 2022 by RandomUser34 (talk | contribs) (1 revision imported: Mass importing infoboxes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* {{pp|small=y}} */
.ib-settlement-cols {
	text-align: center;
	display: table;
	width: 100%;
}

.ib-settlement-cols-row {
	display: table-row;
}

.ib-settlement-cols-cell {
	display: table-cell;
	vertical-align: middle;
}

.ib-settlement-cols-cellt {
	display: table-cell;
	vertical-align: top;
}