diff options
| author | Pavel Demyanenko <[email protected]> | 2012-08-21 14:33:15 +0400 |
|---|---|---|
| committer | Pavel Demyanenko <[email protected]> | 2012-08-21 14:33:15 +0400 |
| commit | fe3ed433e4ceffe7e935d56f932a97cbcaef081d (patch) | |
| tree | f44ac77f99dabeaa82cee232af7b2e731e9645e4 | |
| parent | 471d913ab61d9e91802606a234f423d08b63567a (diff) | |
| download | bootstrap-fe3ed433e4ceffe7e935d56f932a97cbcaef081d.tar.xz bootstrap-fe3ed433e4ceffe7e935d56f932a97cbcaef081d.zip | |
Fix bug Collapse broken in IE
| -rw-r--r-- | less/component-animations.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/less/component-animations.less b/less/component-animations.less index 2166776d9..d614263a7 100644 --- a/less/component-animations.less +++ b/less/component-animations.less @@ -15,7 +15,6 @@ position: relative; height: 0; overflow: hidden; - overflow: visible \9; .transition(height .35s ease); &.in { height: auto; |
