diff options
| author | Jacob Thornton <[email protected]> | 2012-05-16 19:43:22 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-05-16 19:43:22 -0700 |
| commit | 10c6db4b14e5eb26bd663996233e3ac3075d5cb4 (patch) | |
| tree | e710c7ec5dbf1a014a0f923842ec84e949b8cde9 /docs/assets/css/bootstrap.css | |
| parent | 4b53778150c37bf9b45798b3c54330b2403ac915 (diff) | |
| download | bootstrap-10c6db4b14e5eb26bd663996233e3ac3075d5cb4.tar.xz bootstrap-10c6db4b14e5eb26bd663996233e3ac3075d5cb4.zip | |
add proper role to dialog markup and cleanup modal logging
Diffstat (limited to 'docs/assets/css/bootstrap.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 42d1907d6..cd7fe2f99 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4643,15 +4643,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 { |
