aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-23 01:28:04 -0700
committerMark Otto <[email protected]>2012-03-23 01:28:04 -0700
commitde7aee246591f0be9ee58079175b42af7f5a6947 (patch)
tree9dbdb5c96690e5e3975578c62f9a2b6675fd7399 /docs/assets/css/bootstrap.css
parent622b8fa3f0d54e1c356fbe76d7bdc407919ff840 (diff)
downloadbootstrap-de7aee246591f0be9ee58079175b42af7f5a6947.tar.xz
bootstrap-de7aee246591f0be9ee58079175b42af7f5a6947.zip
fix broken tables with double borders and such, add css tests page to start with table edge cases
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index f4d2dbe37..bdf6a771f 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1237,6 +1237,12 @@ table {
.table-bordered td {
border-left: 1px solid #dddddd;
}
+.table-bordered caption + thead tr:first-child th,
+.table-bordered caption + tbody tr:first-child th,
+.table-bordered caption + tbody tr:first-child td,
+.table-bordered colgroup + thead tr:first-child th,
+.table-bordered colgroup + tbody tr:first-child th,
+.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {