From 4ee93c9f8529cfeef56d4178b91e1ddcb0bff09c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Dec 2013 17:22:55 -0800 Subject: Fixes #10492 again, this time for last row's corners on striped tables --- dist/css/bootstrap.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 40f22ae8a..bead1c963 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4791,6 +4791,18 @@ a.list-group-item-info.active:focus { margin-bottom: 0; border: 0; } +.panel > .table-striped > tbody > tr:last-child td:first-child, +.panel > .table-responsive > .table-striped > tbody > tr:last-child td:first-child, +.panel > .table-striped > tbody > tr:last-child th:first-child, +.panel > .table-responsive > .table-striped > tbody > tr:last-child th:first-child { + border-bottom-left-radius: 3px; +} +.panel > .table-striped > tbody > tr:last-child td:last-child, +.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; +} .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; -- cgit v1.2.3