diff options
| author | Mark Otto <[email protected]> | 2012-04-30 15:30:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-30 15:30:56 -0700 |
| commit | 6e9756ebb682dbb1ea9c9a75653838bd130a9cb6 (patch) | |
| tree | 1cf4b26b8e8f47815ae4e8a7ac51295b274cbec1 /docs/assets/css/bootstrap.css | |
| parent | ad46b0980caf9a943ca213ce240083f7a65ac993 (diff) | |
| download | bootstrap-6e9756ebb682dbb1ea9c9a75653838bd130a9cb6.tar.xz bootstrap-6e9756ebb682dbb1ea9c9a75653838bd130a9cb6.zip | |
#3228: update docs to list dependencies from 2.0.3 for compiling via make
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 09e2833dc..f13cad826 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 { |
