diff options
| author | Jacob Thornton <[email protected]> | 2012-01-11 21:43:43 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-11 21:43:43 -0800 |
| commit | 19090ea33322e9d4309497f838f8627ca21734bf (patch) | |
| tree | 7f1010c2f6af8ecf3c13c149925e08ce688aeac5 /bootstrap.css | |
| parent | 6f2f947a4309a8fdeb7067612447c0f1a15dcfd9 (diff) | |
| parent | a2ebf0c0c1381c38dda24bf12aebd5f9b4907e06 (diff) | |
| download | bootstrap-19090ea33322e9d4309497f838f8627ca21734bf.tar.xz bootstrap-19090ea33322e9d4309497f838f8627ca21734bf.zip | |
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Conflicts:
bootstrap.css
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 09b7b4182..817a1ead2 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: Wed Jan 11 20:37:24 PST 2012 + * Date: Wed Jan 11 21:43:40 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; } |
