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
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2014-02-07 13:31:42 +0400
committerMark Otto <otto@github.com>2014-02-07 13:31:42 +0400
commit4f9cdefab7dc8b569eb5f630264559f230ff4df4 (patch)
tree77f5a8bec38610dc89712b388cb9a739e5b2cc8d /docs/components.html
parentf83b20100728ee7fa6c661ccee289dd003822cdc (diff)
consistency
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html
index 45c7d2e4b9..efa8a05191 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -2275,7 +2275,7 @@ body { padding-bottom: 70px; }
{% highlight html %}
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
- 60% Complete
+ 60%
</div>
</div>
{% endhighlight %}