aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-22 22:31:13 -0800
committerMark Otto <[email protected]>2013-12-22 22:31:13 -0800
commit9fc0e20381ec06bc85c68a5e6f1f2a5103a3267a (patch)
tree29d9b96841a0735fede8c0e623a03a4ac1d97e61 /dist/css/bootstrap.css
parentb505c8557d4145b38257fc51d6ca4e7d98a0b62c (diff)
downloadbootstrap-9fc0e20381ec06bc85c68a5e6f1f2a5103a3267a.tar.xz
bootstrap-9fc0e20381ec06bc85c68a5e6f1f2a5103a3267a.zip
Fixes #10492 and some of #11970: round the proper corner on table cells in panels
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 39f8659f5..eb2165d98 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -4835,7 +4835,7 @@ a.list-group-item-info.active:focus {
.panel > .table-responsive > .table-striped > tbody > tr:last-child td:last-child,
.panel > .table-striped > tbody > tr:last-child th:last-child,
.panel > .table-responsive > .table-striped > tbody > tr:last-child th:last-child {
- border-bottom-left-radius: 3px;
+ border-bottom-right-radius: 3px;
}
.panel-heading {
padding: 10px 15px;