Jump to content

Module:Road data/browsetable/styles.css

Page template-protected
From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by BrandonXLF (talk | contribs) at 02:59, 22 August 2024 (Add {{pp}} template). The present address (URL) is a permanent link to this version.
(diff) ← Previous 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;
}