Template:Infobox settlement/columns/styles.css: Difference between revisions

From Pantonian Republic Wiki
Jump to navigation Jump to search
(Created page with "→‎{{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; }")
(Django07 changed the content model of the page Template:Infobox settlement/columns/styles.css from "wikitext" to "Sanitized CSS")
Tag: content model change
(No difference)

Revision as of 20:24, 3 February 2023

/* {{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;
}