10 lines
120 B
Plaintext
Raw Normal View History

2017-11-03 16:26:07 +11:00
.table-borderless {
> thead > tr > th {
border-bottom: 0;
}
> tbody > tr > td {
border-top: 0;
}
}