diff options
| author | Mark Otto <[email protected]> | 2013-09-03 20:11:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-03 20:11:27 -0700 |
| commit | 143403f3fd42aeafa204602da22c4fd481c81435 (patch) | |
| tree | 7eaad3006ffef2d7c7f040743a84cc730cfd74df /dist/css/bootstrap.css | |
| parent | dcdafa422057863aea3e328e1d86ee25eda7e37b (diff) | |
| download | bootstrap-143403f3fd42aeafa204602da22c4fd481c81435.tar.xz bootstrap-143403f3fd42aeafa204602da22c4fd481c81435.zip | |
Fixes #10407: Add line-height to progress bar for proper text alignment within
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
