diff options
| author | Mark Otto <[email protected]> | 2014-03-03 21:39:53 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-03 21:39:53 -0800 |
| commit | e381635b1faf7480bcf54618804a62dd4a049a93 (patch) | |
| tree | 60f4e0377bc3c0a03dacf1c2ef394edd007f3e88 /dist/css/bootstrap.css | |
| parent | cb3cc42315df0847ede2d46ca9f45971e0799a98 (diff) | |
| download | bootstrap-e381635b1faf7480bcf54618804a62dd4a049a93.tar.xz bootstrap-e381635b1faf7480bcf54618804a62dd4a049a93.zip | |
Fixes #12593: Add support for table bodies and table rows to the collapse plugin
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1173f19f2..66f78f042 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2366,6 +2366,12 @@ input[type="button"].btn-block { .collapse.in { display: block; } +tr.collapse.in { + display: table-row; +} +tbody.collapse.in { + display: table-row-group; +} .collapsing { position: relative; height: 0; |
