aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-05 20:01:18 -0700
committerMark Otto <[email protected]>2014-07-05 20:01:18 -0700
commitf22e7d857a4f7aa3f1def71e863b6ce761503928 (patch)
tree0fe8574102b57a3bffe2e0117bccf4a066c616f4 /dist/css/bootstrap.css
parent0378a6be2a5a42f408aeed24e20933039352ba74 (diff)
downloadbootstrap-f22e7d857a4f7aa3f1def71e863b6ce761503928.tar.xz
bootstrap-f22e7d857a4f7aa3f1def71e863b6ce761503928.zip
Fixes #13953: Remove the progress bar min-width styles for low percentages to avoid jumping progress
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index dedf1b3b9..9b5eb82c4 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -4763,10 +4763,6 @@ a.thumbnail.active {
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
-.progress-bar[aria-valuenow="1"],
-.progress-bar[aria-valuenow="2"] {
- min-width: 30px;
-}
.progress-bar[aria-valuenow="0"] {
min-width: 30px;
color: #777;