2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

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
+4 -1
View File
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Mon Jan 9 09:15:32 PST 2012
* Date: Tue Jan 10 21:52:26 PST 2012
*/
html, body {
margin: 0;
@@ -993,6 +993,9 @@ th {
td {
vertical-align: top;
}
tbody + tbody {
border-top: 2px solid #ddd;
}
.condensed-table th, .condensed-table td {
padding: 4px 5px;
}