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 19:03, 26 July 2024 (CSS to support module). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
.browse-table {
	width: 100%;
	background: none;
	border-collapse: collapse;
	display: table;
	margin: 0;
}

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

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