mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-30 08:38:04 -05:00
update preventing double border line for bordered tables by account for th elements in tr elements
This commit is contained in:
@@ -65,6 +65,7 @@ tbody + tbody {
|
||||
}
|
||||
// Prevent a double border
|
||||
thead:first-child tr:first-child th,
|
||||
tbody:first-child tr:first-child th,
|
||||
tbody:first-child tr:first-child td {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user