2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

consistency

This commit is contained in:
Mark Otto
2014-02-07 01:31:42 -08:00
parent f83b201007
commit 4f9cdefab7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 %}