diff options
| author | Mark Otto <[email protected]> | 2012-01-10 21:54:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-10 21:54:11 -0800 |
| commit | a2ebf0c0c1381c38dda24bf12aebd5f9b4907e06 (patch) | |
| tree | d4ba01b717863bd14bb9c55387ca8de1bbfbf3b9 /bootstrap.min.css | |
| parent | f2fdbd91134da9af252bbbfa0601dd8e3c1e3cba (diff) | |
| download | bootstrap-a2ebf0c0c1381c38dda24bf12aebd5f9b4907e06.tar.xz bootstrap-a2ebf0c0c1381c38dda24bf12aebd5f9b4907e06.zip | |
account for multiple tbody with 2px border between
Diffstat (limited to 'bootstrap.min.css')
| -rw-r--r-- | bootstrap.min.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css index e535f1e51..6c6ed8985 100644 --- a/bootstrap.min.css +++ b/bootstrap.min.css @@ -179,6 +179,7 @@ table{width:100%;margin-bottom:18px;} th,td{padding:8px;line-height:18px;text-align:left;border-top:1px solid #ddd;} th{font-weight:bold;vertical-align:bottom;} td{vertical-align:top;} +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;} |
