From 9991f3faa1489d8edc517ffadb34e698930a9856 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 7 Oct 2011 23:53:32 -0700 Subject: resolve problem with nested tables having double borders --- bootstrap.min.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootstrap.min.css') 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;} -- cgit v1.2.3