diff options
| author | Mark Otto <[email protected]> | 2012-07-06 13:44:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-06 13:44:09 -0700 |
| commit | 7ff1b074eab5ccf341c3da3dac799bca864778b6 (patch) | |
| tree | 284544d69cd30277c543deceab38bbd428900547 | |
| parent | dc6eaafb00426315a3720324d7fc3a4a33a04ddf (diff) | |
| parent | 26dad5f56defc9efab0be87afc5c9c18d6d844a5 (diff) | |
| download | bootstrap-7ff1b074eab5ccf341c3da3dac799bca864778b6.tar.xz bootstrap-7ff1b074eab5ccf341c3da3dac799bca864778b6.zip | |
Merge pull request #3986 from desandro/full-height-progress-bar
Full height progress bar
| -rw-r--r-- | less/progress-bars.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/progress-bars.less b/less/progress-bars.less index abcbe8761..768f55ad9 100644 --- a/less/progress-bars.less +++ b/less/progress-bars.less @@ -54,7 +54,7 @@ // Bar of progress .progress .bar { width: 0%; - height: 18px; + height: 100%; color: @white; font-size: 12px; text-align: center; |
