2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Reverts 0ec05da0ee to bring back #14444 to fix #14348 (again)

This commit is contained in:
Mark Otto
2014-09-23 13:29:19 -07:00
parent ccecb7cde4
commit 6cfd176ac3
3 changed files with 8 additions and 2 deletions
+2
View File
@@ -223,9 +223,11 @@
.tab-content {
> .tab-pane {
display: none;
visibility: hidden;
}
> .active {
display: block;
visibility: visible;
}
}