From 2c2564faefd99b044273f132275bb620b5eccb93 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 25 Oct 2014 19:10:03 -0700 Subject: Fixes #14736: Reverts the remaining progress bar min value overrides from #12848 --- dist/css/bootstrap.css | 8 -------- 1 file changed, 8 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 435449bf7..4d3734cfb 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4847,14 +4847,6 @@ a.thumbnail.active { -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } -.progress-bar[aria-valuenow="0"] { - min-width: 30px; - color: #777; - background-color: transparent; - background-image: none; - -webkit-box-shadow: none; - box-shadow: none; -} .progress-bar-success { background-color: #5cb85c; } -- cgit v1.2.3