Template:Quarry/style.css

Da Wikisource.
.quarry-box {
	margin-top: 10px;
}
.wikitable {
	counter-reset: rowNumber;
}
.wikitable tbody tr td:first-child {
	counter-increment: rowNumber;
}
.wikitable tbody tr td:first-child::before {
    content: counter(rowNumber);
    min-width: 2em;
    margin-right: 1em;
}