From 143403f3fd42aeafa204602da22c4fd481c81435 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 3 Sep 2013 20:11:27 -0700 Subject: Fixes #10407: Add line-height to progress bar for proper text alignment within --- dist/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 9254efbf2..5b752573f 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5181,6 +5181,7 @@ a.thumbnail:focus { width: 0; height: 100%; font-size: 12px; + line-height: 20px; color: #ffffff; text-align: center; background-color: #428bca; -- cgit v1.2.3