2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

.progress .bar { height: 100% }

This commit is contained in:
Dave DeSandro
2012-07-02 17:21:26 -04:00
parent fb29075926
commit 26dad5f56d
+1 -1
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;