10 lines
120 B
Plaintext
10 lines
120 B
Plaintext
.table-borderless {
|
|
> thead > tr > th {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
> tbody > tr > td {
|
|
border-top: 0;
|
|
}
|
|
}
|