mirror of
https://github.com/twbs/bootstrap.git
synced 2025-12-09 00:03:29 -05:00
fixes #4996: incorrect border radius on a table
This commit is contained in:
parent
3fa4ca2d87
commit
d4a16d35eb
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@ -1944,7 +1944,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-radius-topleft: 4px;
|
-moz-border-radius-topright: 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-radius-topleft: 4px;
|
-moz-border-radius-topright: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user