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 /lib | |
| 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 'lib')
| -rw-r--r-- | lib/tables.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/tables.less b/lib/tables.less index 92ac57c39..4c1fb6e07 100644 --- a/lib/tables.less +++ b/lib/tables.less @@ -26,6 +26,9 @@ th { td { vertical-align: top; } +tbody + tbody { + border-top: 2px solid #ddd; +} // CONDENSED TABLE W/ HALF PADDING |
