Fix table style
This commit is contained in:
parent
c69127748a
commit
6270becd4a
3 changed files with 6 additions and 5 deletions
|
@ -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 {
|
||||
color: white;
|
||||
}
|
|
@ -8,6 +8,9 @@
|
|||
#users-table td:nth-child(3), #users-table th:nth-child(3) {
|
||||
border-right: none;
|
||||
}
|
||||
#users-table td:nth-child(2), #users-table th:nth-child(2) {
|
||||
border-right: none;
|
||||
}
|
||||
.rank-td {
|
||||
font-family: "Jersey M54";
|
||||
font-size: large;
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
border-right: none;
|
||||
text-align: left;
|
||||
}
|
||||
#users-table td:nth-child(2), #users-table th:nth-child(2) {
|
||||
border-right: none;
|
||||
}
|
||||
.rank-td {
|
||||
font-family: "Jersey M54";
|
||||
font-size: large;
|
||||
|
|
Loading…
Reference in a new issue