Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2012-07-07 00:44:09 +0400
committerMark Otto <markdotto@gmail.com>2012-07-07 00:44:09 +0400
commit7ff1b074eab5ccf341c3da3dac799bca864778b6 (patch)
tree284544d69cd30277c543deceab38bbd428900547 /less
parentdc6eaafb00426315a3720324d7fc3a4a33a04ddf (diff)
parent26dad5f56defc9efab0be87afc5c9c18d6d844a5 (diff)
Merge pull request #3986 from desandro/full-height-progress-bar
Full height progress bar
Diffstat (limited to 'less')
-rw-r--r--less/progress-bars.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/progress-bars.less b/less/progress-bars.less
index abcbe87611..768f55ad92 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;