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.css | |
| parent | f2fdbd91134da9af252bbbfa0601dd8e3c1e3cba (diff) | |
| download | bootstrap-a2ebf0c0c1381c38dda24bf12aebd5f9b4907e06.tar.xz bootstrap-a2ebf0c0c1381c38dda24bf12aebd5f9b4907e06.zip | |
account for multiple tbody with 2px border between
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css index 32f8b9da4..561a70572 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -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; } |
