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:
authorDave DeSandro <ddesandro@horus.local>2012-07-03 01:21:26 +0400
committerDave DeSandro <ddesandro@horus.local>2012-07-03 01:21:26 +0400
commit26dad5f56defc9efab0be87afc5c9c18d6d844a5 (patch)
tree95fa682a0e23af90f052223138b81e6ac6650e82 /less
parentfb29075926b08ed57d1fc6f3ff3c013c5f87d2b3 (diff)
.progress .bar { height: 100% }
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;