diff options
| author | Mark Otto <[email protected]> | 2014-02-07 01:31:42 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-07 01:31:42 -0800 |
| commit | 4f9cdefab7dc8b569eb5f630264559f230ff4df4 (patch) | |
| tree | 77f5a8bec38610dc89712b388cb9a739e5b2cc8d | |
| parent | f83b20100728ee7fa6c661ccee289dd003822cdc (diff) | |
| download | bootstrap-4f9cdefab7dc8b569eb5f630264559f230ff4df4.tar.xz bootstrap-4f9cdefab7dc8b569eb5f630264559f230ff4df4.zip | |
consistency
| -rw-r--r-- | docs/_includes/nav-components.html | 2 | ||||
| -rw-r--r-- | docs/components.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/nav-components.html b/docs/_includes/nav-components.html index adc493eef..4348bcf00 100644 --- a/docs/_includes/nav-components.html +++ b/docs/_includes/nav-components.html @@ -102,7 +102,7 @@ <a href="#progress">Progress bars</a> <ul class="nav"> <li><a href="#progress-basic">Basic example</a></li> - <li><a href="#progress-labels">With labels</a></li> + <li><a href="#progress-labels">With label</a></li> <li><a href="#progress-alternatives">Contextual alternatives</a></li> <li><a href="#progress-striped">Striped</a></li> <li><a href="#progress-animated">Animated</a></li> diff --git a/docs/components.html b/docs/components.html index 45c7d2e4b..efa8a0519 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 %} |
