aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.min.css
diff options
context:
space:
mode:
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;}