Skip to content

Commit

Permalink
Merge pull request #3986 from desandro/full-height-progress-bar
Browse files Browse the repository at this point in the history
Full height progress bar
  • Loading branch information
mdo committed Jul 6, 2012
2 parents dc6eaaf + 26dad5f commit 7ff1b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/progress-bars.less
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
// Bar of progress
.progress .bar {
width: 0%;
height: 18px;
height: 100%;
color: @white;
font-size: 12px;
text-align: center;
Expand Down

0 comments on commit 7ff1b07

Please sign in to comment.