aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-05-23 21:06:02 -0700
committerMark Otto <[email protected]>2013-05-23 21:06:02 -0700
commit371d14e2173888932b1edf11083ccbf73bae313e (patch)
treef2c7fef49a011cbafb3a88fa3392092075b64c43 /docs/assets
parenta3cba92edd6f778c061ff40dc34a5e939342d31c (diff)
downloadbootstrap-371d14e2173888932b1edf11083ccbf73bae313e.tar.xz
bootstrap-371d14e2173888932b1edf11083ccbf73bae313e.zip
Remove commented out code and properly nest CSS again for .collapse
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/css/bootstrap.css10
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;