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 {
|
#users-table th a {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue