mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 21:09:06 +02:00
add better handling to the tables so that the thead and tbody first row can have rounded corners where applicable
This commit is contained in:
@@ -55,9 +55,11 @@ table {
|
||||
tr:first-child td {
|
||||
border-top: 0;
|
||||
}
|
||||
thead tr:first-child th:first-child,
|
||||
tbody tr:first-child td:first-child {
|
||||
.border-radius(4px 0 0 0);
|
||||
}
|
||||
thead tr:first-child th:last-child,
|
||||
tbody tr:first-child td:last-child {
|
||||
.border-radius(0 4px 0 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user