diff options
| author | Dave DeSandro <[email protected]> | 2012-07-02 17:21:26 -0400 |
|---|---|---|
| committer | Dave DeSandro <[email protected]> | 2012-07-02 17:21:26 -0400 |
| commit | 26dad5f56defc9efab0be87afc5c9c18d6d844a5 (patch) | |
| tree | 95fa682a0e23af90f052223138b81e6ac6650e82 | |
| parent | fb29075926b08ed57d1fc6f3ff3c013c5f87d2b3 (diff) | |
| download | bootstrap-26dad5f56defc9efab0be87afc5c9c18d6d844a5.tar.xz bootstrap-26dad5f56defc9efab0be87afc5c9c18d6d844a5.zip | |
.progress .bar { height: 100% }
| -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; |
