Module:Road data/browsetable/styles.css

From English Wikipedia @ Freddythechick

This is the current revision of this page, as edited by imported>BrandonXLF at 03:59, 22 August 2024 (Add {{pp}} template). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp|small=yes}} */
.browse-table {
	width: 100%;
	background: none;
	border-collapse: collapse;
	display: table;
	margin: 0;
}

.browse-table + .browse-table,
.browse-table + link + .browse-table,
.browse-table + style + .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;
}