Jump to content

Module:Road data/browsetable/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by BrandonXLF (talk | contribs) at 23:12, 15 August 2024 (Also add 3px margin between tables). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
.browse-table {
	width: 100%;
	background: none;
	border-collapse: collapse;
	display: table;
	margin: 0;
}

.browse-table + .browse-table {
	margin-top: 3px;
}

.browse-table td {
	padding: 0;
	border: none;
	vertical-align: middle;
}

.browse-table tr:not(:first-child) td {
	padding-top: 3px;
}