mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-04 02:55:28 -05:00
comments and borders for multiple tbody
This commit is contained in:
@@ -26,6 +26,14 @@ th {
|
||||
td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
// Remove top border from thead by default
|
||||
thead:first-child tr th,
|
||||
thead:first-child tr td {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
// Account for multiple tbody instances
|
||||
tbody + tbody {
|
||||
border-top: 2px solid #ddd;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user