fix table
This commit is contained in:
parent
29cf3e3e00
commit
856770c2ae
1 changed files with 4 additions and 4 deletions
|
@ -184,16 +184,16 @@ table {
|
|||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
th {
|
||||
border-bottom: 2px solid var(--separator-color);
|
||||
}
|
||||
|
||||
th,
|
||||
td {
|
||||
padding: 5px;
|
||||
border: 1px solid var(--separator-color);
|
||||
}
|
||||
|
||||
th {
|
||||
border-bottom: 2px solid var(--separator-color);
|
||||
}
|
||||
|
||||
/* No borders on the outer edges of the table */
|
||||
table tr:last-child td {
|
||||
border-bottom: 0;
|
||||
|
|
Loading…
Reference in a new issue