4 lines
168 B
CSS
4 lines
168 B
CSS
.table-bordered {border: none}
|
|
.table-bordered thead th {border-top: none}
|
|
.table-form > tbody > tr > th, .table-form > tbody > tr > td {border-bottom: 1px solid #ddd}
|