account for multiple tbody with 2px border between

This commit is contained in:
Mark Otto
2012-01-10 21:54:11 -08:00
parent f2fdbd9113
commit a2ebf0c0c1
3 changed files with 8 additions and 1 deletions

View File

@@ -26,6 +26,9 @@ th {
td {
vertical-align: top;
}
tbody + tbody {
border-top: 2px solid #ddd;
}
// CONDENSED TABLE W/ HALF PADDING