diff options
| author | Mark Otto <[email protected]> | 2014-07-05 20:01:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-05 20:01:18 -0700 |
| commit | f22e7d857a4f7aa3f1def71e863b6ce761503928 (patch) | |
| tree | 0fe8574102b57a3bffe2e0117bccf4a066c616f4 /docs/dist/css/bootstrap.css | |
| parent | 0378a6be2a5a42f408aeed24e20933039352ba74 (diff) | |
| download | bootstrap-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 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index dedf1b3b9..9b5eb82c4 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/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; |
