mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
consistency
This commit is contained in:
parent
f83b201007
commit
4f9cdefab7
@ -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>
|
||||
|
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user