Skip to content

Commit

Permalink
Fixes #10407: Add line-height to progress bar for proper text alignme…
Browse files Browse the repository at this point in the history
…nt within
  • Loading branch information
mdo committed Sep 4, 2013
1 parent dcdafa4 commit 143403f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions less/progress-bars.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 143403f

Please sign in to comment.