2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Undo the collapse visibility changes since it breaks our collapse plugin

This commit is contained in:
Mark Otto
2014-08-27 23:31:34 -07:00
parent aa25ce779d
commit 0ec05da0ee
4 changed files with 3 additions and 6 deletions
-2
View File
@@ -3178,11 +3178,9 @@ input[type="button"].btn-block {
}
.collapse {
display: none;
visibility: hidden;
}
.collapse.in {
display: block;
visibility: visible;
}
tr.collapse.in {
display: table-row;