xdfcgi/output/leaderboard.css

18 lines
244 B
CSS
Raw Permalink Normal View History

2024-10-12 22:49:40 +05:30
footer {
text-align:center;
2022-02-17 07:11:34 +05:30
}
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;
}