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 /lib | |
| parent | f2fdbd91134da9af252bbbfa0601dd8e3c1e3cba (diff) | |
| download | bootstrap-a2ebf0c0c1381c38dda24bf12aebd5f9b4907e06.tar.xz bootstrap-a2ebf0c0c1381c38dda24bf12aebd5f9b4907e06.zip | |
account for multiple tbody with 2px border between
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 |
