From 9fc0e20381ec06bc85c68a5e6f1f2a5103a3267a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 22 Dec 2013 22:31:13 -0800 Subject: Fixes #10492 and some of #11970: round the proper corner on table cells in panels --- dist/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') 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; -- cgit v1.2.3