@@ -2044,31 +2044,31 @@ table {
2044
2044
border-top : 0 ;
2045
2045
}
2046
2046
2047
- .table-bordered thead : first-child tr : first-child th : first-child ,
2048
- .table-bordered tbody : first-child tr : first-child td : first-child {
2047
+ .table-bordered thead : first-child tr : first-child > th : first-child ,
2048
+ .table-bordered tbody : first-child tr : first-child > td : first-child {
2049
2049
-webkit-border-top-left-radius : 4px ;
2050
2050
border-top-left-radius : 4px ;
2051
2051
-moz-border-radius-topleft : 4px ;
2052
2052
}
2053
2053
2054
- .table-bordered thead : first-child tr : first-child th : last-child ,
2055
- .table-bordered tbody : first-child tr : first-child td : last-child {
2054
+ .table-bordered thead : first-child tr : first-child > th : last-child ,
2055
+ .table-bordered tbody : first-child tr : first-child > td : last-child {
2056
2056
-webkit-border-top-right-radius : 4px ;
2057
2057
border-top-right-radius : 4px ;
2058
2058
-moz-border-radius-topright : 4px ;
2059
2059
}
2060
2060
2061
- .table-bordered thead : last-child tr : last-child th : first-child ,
2062
- .table-bordered tbody : last-child tr : last-child td : first-child ,
2063
- .table-bordered tfoot : last-child tr : last-child td : first-child {
2061
+ .table-bordered thead : last-child tr : last-child > th : first-child ,
2062
+ .table-bordered tbody : last-child tr : last-child > td : first-child ,
2063
+ .table-bordered tfoot : last-child tr : last-child > td : first-child {
2064
2064
-webkit-border-bottom-left-radius : 4px ;
2065
2065
border-bottom-left-radius : 4px ;
2066
2066
-moz-border-radius-bottomleft : 4px ;
2067
2067
}
2068
2068
2069
- .table-bordered thead : last-child tr : last-child th : last-child ,
2070
- .table-bordered tbody : last-child tr : last-child td : last-child ,
2071
- .table-bordered tfoot : last-child tr : last-child td : last-child {
2069
+ .table-bordered thead : last-child tr : last-child > th : last-child ,
2070
+ .table-bordered tbody : last-child tr : last-child > td : last-child ,
2071
+ .table-bordered tfoot : last-child tr : last-child > td : last-child {
2072
2072
-webkit-border-bottom-right-radius : 4px ;
2073
2073
border-bottom-right-radius : 4px ;
2074
2074
-moz-border-radius-bottomright : 4px ;
0 commit comments