.progress .bar { height: 100% }

This commit is contained in:
Dave DeSandro 2012-07-02 17:21:26 -04:00
parent fb29075926
commit 26dad5f56d

View File

@ -54,7 +54,7 @@
// Bar of progress
.progress .bar {
width: 0%;
height: 18px;
height: 100%;
color: @white;
font-size: 12px;
text-align: center;