xdfcgi/output/leaderboard.css
2024-10-12 11:15:11 -07:00

18 lines
244 B
CSS

footer {
text-align:center;
}
table, th, td {
border: 1px solid grey;
border-collapse: collapse;
}
table {
width:100%;
}
th, td {
width:auto;
text-align:center;
word-wrap: break-word;
margin: 1em 1em 1em 1em;
}