Template:RoundRobin.css

Template page
Revision as of 21:56, 4 May 2023 by Couchor (talk | contribs)
.rr-table {
	text-align: center;
	border: 1px solid #000;
}

.rr-table td {
	padding: 0 3px;
	border-top: 1px solid #000;
}

.rr-table td:not(:last-child) {
	border-right: 1px solid #000;
}