xdfcgi/output/leaderboard.css
2022-02-16 17:41:34 -08:00

18 lines
239 B
CSS

.footer {
margin:auto;
}
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;
}