diff options
| author | Blake Embrey <[email protected]> | 2013-05-09 13:09:33 -0700 |
|---|---|---|
| committer | Blake Embrey <[email protected]> | 2013-05-09 13:09:33 -0700 |
| commit | cc5e6619b49d649632b9d76dfbdbf6329f978b7b (patch) | |
| tree | 472c8a1ad85c18a9232d5fef689afd09e5aea1a7 /docs | |
| parent | 7c94f5ef647dada658cdadc381b837c9c66c3336 (diff) | |
| download | bootstrap-cc5e6619b49d649632b9d76dfbdbf6329f978b7b.tar.xz bootstrap-cc5e6619b49d649632b9d76dfbdbf6329f978b7b.zip | |
Remove backface-visibility from progress bars.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 6910e7bd7..03a26d13d 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4915,9 +4915,6 @@ a.list-group-item.active > .badge, -moz-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - backface-visibility: hidden; } .progress-striped .progress-bar { |
