0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Fixes #10407: Add line-height to progress bar for proper text alignment within

This commit is contained in:
Mark Otto 2013-09-03 20:11:27 -07:00
parent dcdafa4220
commit 143403f3fd
3 changed files with 3 additions and 1 deletions

View File

@ -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;

File diff suppressed because one or more lines are too long

View File

@ -51,6 +51,7 @@
width: 0%;
height: 100%;
font-size: @font-size-small;
line-height: @line-height-computed;
color: @progress-bar-color;
text-align: center;
background-color: @progress-bar-bg;