aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-05-04 13:11:31 -0700
committerMark Otto <[email protected]>2013-05-04 13:11:31 -0700
commit49da7d80203544b4b7f613bb963338f7a48772af (patch)
tree14db8bf95f6d5779b093f4b5217eb4f16130c63f /docs/assets/css
parentdcf7cc084d6b2d0522860c4c9be6e914c67ab91a (diff)
parentd0e79a36d5d2ca7a9e8c9fb7a96d1ebf1361a5cf (diff)
downloadbootstrap-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/assets/css')
-rw-r--r--docs/assets/css/bootstrap.css3
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 {