diff options
| author | Mark Otto <[email protected]> | 2013-05-04 13:11:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-04 13:11:31 -0700 |
| commit | 49da7d80203544b4b7f613bb963338f7a48772af (patch) | |
| tree | 14db8bf95f6d5779b093f4b5217eb4f16130c63f /docs | |
| parent | dcf7cc084d6b2d0522860c4c9be6e914c67ab91a (diff) | |
| parent | d0e79a36d5d2ca7a9e8c9fb7a96d1ebf1361a5cf (diff) | |
| download | bootstrap-49da7d80203544b4b7f613bb963338f7a48772af.tar.xz bootstrap-49da7d80203544b4b7f613bb963338f7a48772af.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index eba96cb30..67b0bd18e 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4896,6 +4896,9 @@ 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 { |
