From e381635b1faf7480bcf54618804a62dd4a049a93 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 3 Mar 2014 21:39:53 -0800 Subject: Fixes #12593: Add support for table bodies and table rows to the collapse plugin --- dist/css/bootstrap.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dist/css/bootstrap.css') 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; -- cgit v1.2.3