aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-04-24 02:12:09 -0700
committerMark Otto <[email protected]>2012-04-24 02:12:09 -0700
commit79d7092a393728ffeb94f592b8e8a0bca29f361e (patch)
tree7a2ecd1baa163c05d162a9e71ef3c9e17ec437df /docs/assets/css/bootstrap.css
parentd8aaf507981dbecb146bc77e288a3f10387923cd (diff)
parentfc871a482142aa271bb8aeda85198f9fb93d73d1 (diff)
downloadbootstrap-79d7092a393728ffeb94f592b8e8a0bca29f361e.tar.xz
bootstrap-79d7092a393728ffeb94f592b8e8a0bca29f361e.zip
Merge branch '2.0.3-wip' of github.com:twitter/bootstrap into 2.0.3-wip
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 62a2327ec..bca6b7c32 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -4647,15 +4647,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 {