aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-07-02 11:25:57 -0700
committerChris Rebert <[email protected]>2013-07-02 11:42:37 -0700
commitda072fff21f565521d3dbe1f5f4f42550ecc989e (patch)
treee5a4db045d9171e791a16deffe5b0d0076d96216 /docs/assets/css/bootstrap.css
parent749dc35328862896d613bfe72fc961e490037fad (diff)
downloadbootstrap-da072fff21f565521d3dbe1f5f4f42550ecc989e.tar.xz
bootstrap-da072fff21f565521d3dbe1f5f4f42550ecc989e.zip
refactor tables.less to use nesting more
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 87b021ee7..a28f94f06 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1126,10 +1126,10 @@ th {
}
.table caption + thead tr:first-child th,
-.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
-.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
+.table caption + thead tr:first-child td,
+.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
border-top: 0;
}
@@ -1212,15 +1212,15 @@ th {
}
.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,
+.table-bordered > caption + tbody > tr:first-child > td:first-child,
.table-bordered > colgroup + tbody > tr:first-child > td:first-child {
border-top-left-radius: 4px;
}
.table-bordered > caption + thead > tr:first-child > th:last-child,
-.table-bordered > caption + tbody > tr:first-child > td:last-child,
.table-bordered > colgroup + thead > tr:first-child > th:last-child,
+.table-bordered > caption + tbody > tr:first-child > td:last-child,
.table-bordered > colgroup + tbody > tr:first-child > td:last-child {
border-top-right-radius: 4px;
}