From 3f158175ce851403f63e5740d7578e803fbf5c05 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 8 Sep 2013 08:04:11 -0700 Subject: fixes #10521: Only remove bottom-border from last row of cells in tbody and tfoot within responsive tables --- dist/css/bootstrap.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 62a4257a0..615e19833 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1627,10 +1627,8 @@ table th[class*="col-"] { .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } - .table-responsive > .table-bordered > thead > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, - .table-responsive > .table-bordered > thead > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; -- cgit v1.2.3