2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Merge pull request #3986 from desandro/full-height-progress-bar

Full height progress bar
This commit is contained in:
Mark Otto
2012-07-06 13:44:09 -07:00
+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;