diff options
| author | Jacob Thornton <[email protected]> | 2012-04-24 18:06:41 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-04-24 18:06:41 -0700 |
| commit | aaabe2a46c64e7d9ffd5735dba2db4f3cf9906f5 (patch) | |
| tree | 07316b209771d30a941adb0cb96d391413620336 /docs/assets/css | |
| parent | 66ac6e14db39e552510bc6f033c06f59e68c27eb (diff) | |
| download | bootstrap-2.0.3.tar.xz bootstrap-2.0.3.zip | |
fix regression in resetting collapse to auto on collapse open. (+ add spec and rebuild)v2.0.3
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index f13cad826..09e2833dc 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4651,15 +4651,15 @@ a.badge:hover { -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; + box-sizing: border-box; -webkit-transition: width 0.6s ease; -moz-transition: width 0.6s ease; -ms-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; } .progress-striped .bar { |
