0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

.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 // Bar of progress
.progress .bar { .progress .bar {
width: 0%; width: 0%;
height: 18px; height: 100%;
color: @white; color: @white;
font-size: 12px; font-size: 12px;
text-align: center; text-align: center;