From f22e7d857a4f7aa3f1def71e863b6ce761503928 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 5 Jul 2014 20:01:18 -0700 Subject: Fixes #13953: Remove the progress bar min-width styles for low percentages to avoid jumping progress --- docs/dist/css/bootstrap.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/dist/css/bootstrap.css') 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; -- cgit v1.2.3