diff options
| author | Mark Otto <[email protected]> | 2013-05-23 21:06:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-23 21:06:02 -0700 |
| commit | 371d14e2173888932b1edf11083ccbf73bae313e (patch) | |
| tree | f2c7fef49a011cbafb3a88fa3392092075b64c43 /docs/assets/css/bootstrap.css | |
| parent | a3cba92edd6f778c061ff40dc34a5e939342d31c (diff) | |
| download | bootstrap-371d14e2173888932b1edf11083ccbf73bae313e.tar.xz bootstrap-371d14e2173888932b1edf11083ccbf73bae313e.zip | |
Remove commented out code and properly nest CSS again for .collapse
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 29cf51923..b65d86480 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1985,16 +1985,6 @@ input[type="button"].btn-block { opacity: 1; } -/*.collapse { - position: relative; - height: 0; - overflow: hidden; - .transition(height .35s ease); - &.in { - height: auto; - } -}*/ - .collapse { position: relative; height: 0; |
