aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-05-31 10:24:23 -0700
committerJacob Thornton <[email protected]>2012-05-31 10:24:23 -0700
commit4eaeea81fd909e6711f57049fc4372f4045fa5aa (patch)
treed18bee94b6a27f090cde398f57611fb0e3ca6fc9 /docs/assets/css/bootstrap.css
parentbcd5097c0267a8285c2b60fd3b751cd3ae78ad7a (diff)
downloadbootstrap-4eaeea81fd909e6711f57049fc4372f4045fa5aa.tar.xz
bootstrap-4eaeea81fd909e6711f57049fc4372f4045fa5aa.zip
rebuild and fix test
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 c5f52ebcf..7902e6a72 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -4674,15 +4674,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 {