mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fixes #4657: proper border radius property in tables
This commit is contained in:
parent
5cbb826961
commit
0682780cd8
2 changed files with 2 additions and 2 deletions
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
|
@ -1905,7 +1905,7 @@ table {
|
||||||
.table-bordered colgroup + tbody tr:first-child td:last-child {
|
.table-bordered colgroup + tbody tr:first-child td:last-child {
|
||||||
-webkit-border-top-right-radius: 4px;
|
-webkit-border-top-right-radius: 4px;
|
||||||
border-top-right-radius: 4px;
|
border-top-right-radius: 4px;
|
||||||
-moz-border-right-topleft: 4px;
|
-moz-border-radius-topleft: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-striped tbody tr:nth-child(odd) td,
|
.table-striped tbody tr:nth-child(odd) td,
|
||||||
|
|
|
@ -133,7 +133,7 @@ table {
|
||||||
colgroup + tbody tr:first-child td:last-child {
|
colgroup + tbody tr:first-child td:last-child {
|
||||||
-webkit-border-top-right-radius: 4px;
|
-webkit-border-top-right-radius: 4px;
|
||||||
border-top-right-radius: 4px;
|
border-top-right-radius: 4px;
|
||||||
-moz-border-right-topleft: 4px;
|
-moz-border-radius-topleft: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue