Fix table style

This commit is contained in:
cuom1999 2022-06-19 16:25:06 +07:00
parent c69127748a
commit 6270becd4a
3 changed files with 6 additions and 5 deletions

View file

@ -84,11 +84,6 @@
} }
} }
#users-table td:nth-child(2), #users-table th:nth-child(2) {
border-right: none;
text-align: left;
}
#users-table th a { #users-table th a {
color: white; color: white;
} }

View file

@ -8,6 +8,9 @@
#users-table td:nth-child(3), #users-table th:nth-child(3) { #users-table td:nth-child(3), #users-table th:nth-child(3) {
border-right: none; border-right: none;
} }
#users-table td:nth-child(2), #users-table th:nth-child(2) {
border-right: none;
}
.rank-td { .rank-td {
font-family: "Jersey M54"; font-family: "Jersey M54";
font-size: large; font-size: large;

View file

@ -6,6 +6,9 @@
border-right: none; border-right: none;
text-align: left; text-align: left;
} }
#users-table td:nth-child(2), #users-table th:nth-child(2) {
border-right: none;
}
.rank-td { .rank-td {
font-family: "Jersey M54"; font-family: "Jersey M54";
font-size: large; font-size: large;