aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.min.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-07 23:53:32 -0700
committerMark Otto <[email protected]>2011-10-07 23:53:32 -0700
commit9991f3faa1489d8edc517ffadb34e698930a9856 (patch)
tree2aeb4dbae36c7b3dd73aa071c3d3b00fd417c945 /bootstrap.min.css
parentd74dee5e0f74a09d850696b78840debf8334dcc2 (diff)
downloadbootstrap-9991f3faa1489d8edc517ffadb34e698930a9856.tar.xz
bootstrap-9991f3faa1489d8edc517ffadb34e698930a9856.zip
resolve problem with nested tables having double borders
Diffstat (limited to 'bootstrap.min.css')
-rw-r--r--bootstrap.min.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css
index b0ec80db2..e9f788775 100644
--- a/bootstrap.min.css
+++ b/bootstrap.min.css
@@ -184,7 +184,8 @@ table{width:100%;margin-bottom:18px;padding:0;border-collapse:separate;*border-c
table th{padding-top:9px;font-weight:bold;vertical-align:middle;border-bottom:1px solid #ddd;}
table td{vertical-align:top;}
table th+th,table td+td{border-left:1px solid #ddd;}
-table tr+tr td{border-top:1px solid #ddd;}
+table tr td{border-top:1px solid #ddd;}
+table tr:first-child td{border-top:0;}
table tbody 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;}
table tbody 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;}
table tbody 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;}