aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-08 08:04:11 -0700
committerMark Otto <[email protected]>2013-09-08 08:04:11 -0700
commit3f158175ce851403f63e5740d7578e803fbf5c05 (patch)
treecc11429db054598d54f21adc766c01a616ad2f52 /dist/css/bootstrap.css
parentd126d8c6f3ffde8c108bfdf2f554facc9ccc516b (diff)
downloadbootstrap-3f158175ce851403f63e5740d7578e803fbf5c05.tar.xz
bootstrap-3f158175ce851403f63e5740d7578e803fbf5c05.zip
fixes #10521: Only remove bottom-border from last row of cells in tbody and tfoot within responsive tables
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css2
1 files changed, 0 insertions, 2 deletions
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;