]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
run make after latest merges
authorMark Otto <otto@github.com>
Wed, 14 Nov 2012 23:19:16 +0000 (15:19 -0800)
committerMark Otto <otto@github.com>
Wed, 14 Nov 2012 23:19:16 +0000 (15:19 -0800)
docs/assets/css/bootstrap.css

index 401e68000f4aecae9175e8998393d19b5e87c6fa..d3490f856daa2bfbd4803c4a0a0870605bcf1bd9 100644 (file)
@@ -2069,6 +2069,18 @@ table {
   -moz-border-radius-bottomright: 4px;
 }
 
+.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
+  -webkit-border-bottom-left-radius: 0;
+          border-bottom-left-radius: 0;
+  -moz-border-radius-bottomleft: 0;
+}
+
+.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
+  -webkit-border-bottom-right-radius: 0;
+          border-bottom-right-radius: 0;
+  -moz-border-radius-bottomright: 0;
+}
+
 .table-bordered caption + thead tr:first-child th:first-child,
 .table-bordered caption + tbody tr:first-child td:first-child,
 .table-bordered colgroup + thead tr:first-child th:first-child,