aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.min.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-14 16:50:36 -0800
committerMark Otto <[email protected]>2012-01-14 16:50:36 -0800
commit55ea574f8a56534b1313b5f2d85e7ee22565ea27 (patch)
treece18a11c392d4771b0713ab21e2208efae136b48 /bootstrap.min.css
parent028726a9a3e2acd56195dacd903680db5d934b8e (diff)
downloadbootstrap-55ea574f8a56534b1313b5f2d85e7ee22565ea27.tar.xz
bootstrap-55ea574f8a56534b1313b5f2d85e7ee22565ea27.zip
update preventing double border line for bordered tables by account for th elements in tr elements
Diffstat (limited to 'bootstrap.min.css')
-rw-r--r--bootstrap.min.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css
index 5341d3595..c5c0c664e 100644
--- a/bootstrap.min.css
+++ b/bootstrap.min.css
@@ -184,7 +184,7 @@ thead:first-child tr th,thead:first-child tr td{border-top:0;}
tbody+tbody{border-top:2px solid #ddd;}
.condensed-table th,.condensed-table td{padding:4px 5px;}
.bordered-table{border:1px solid #ddd;border-collapse:separate;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.bordered-table th+th,.bordered-table td+td,.bordered-table th+td,.bordered-table td+th{border-left:1px solid #ddd;}
-.bordered-table thead:first-child tr:first-child th,.bordered-table tbody:first-child tr:first-child td{border-top:0;}
+.bordered-table thead:first-child tr:first-child th,.bordered-table tbody:first-child tr:first-child th,.bordered-table tbody:first-child tr:first-child td{border-top:0;}
.bordered-table thead:first-child tr:first-child th:first-child,.bordered-table tbody:first-child tr:first-child td:first-child{-webkit-border-radius:4px 0 0 0;-moz-border-radius:4px 0 0 0;border-radius:4px 0 0 0;}
.bordered-table thead:first-child tr:first-child th:last-child,.bordered-table tbody:first-child tr:first-child td:last-child{-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0;border-radius:0 4px 0 0;}
.bordered-table thead:last-child tr:last-child th:first-child,.bordered-table tbody:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;}