Refs #526 - Update to Bootstrap 2.1
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
// COMPONENT ANIMATIONS
|
||||
// --------------------
|
||||
//
|
||||
// Component animations
|
||||
// --------------------------------------------------
|
||||
|
||||
|
||||
.fade {
|
||||
opacity: 0;
|
||||
@@ -13,6 +15,7 @@
|
||||
position: relative;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
overflow: visible \9;
|
||||
.transition(height .35s ease);
|
||||
&.in {
|
||||
height: auto;
|
||||
|
||||
Reference in New Issue
Block a user