8 lines
159 B
CSS
8 lines
159 B
CSS
|
hr.d-print-block {
|
||
|
border-top: 2px solid #dee2e6;
|
||
|
padding-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
.table.table-striped tbody tr:last-child td {
|
||
|
border-bottom: 2px solid #dee2e6;
|
||
|
}
|