aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-14 15:19:16 -0800
committerMark Otto <[email protected]>2012-11-14 15:19:16 -0800
commit0df0b5f1f518eb119e4747084f0ad3caaaf82668 (patch)
tree6c1e8461202c1fb4443e3ec5f0ec6bda3ec8a514 /docs/assets/css/bootstrap.css
parentcd1f72f4847c24d46fa3c5022dd89568ed803601 (diff)
downloadbootstrap-0df0b5f1f518eb119e4747084f0ad3caaaf82668.tar.xz
bootstrap-0df0b5f1f518eb119e4747084f0ad3caaaf82668.zip
run make after latest merges
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 401e68000..d3490f856 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -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,