mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-04 21:40:24 +00:00
Merge pull request #9782 from minddust/3.0.0-wip
Update progressbar docs
This commit is contained in:
commit
db5aee54df
1 changed files with 1 additions and 1 deletions
|
|
@ -2016,7 +2016,7 @@ body { padding-bottom: 70px; }
|
|||
</div>
|
||||
|
||||
<h3 id="progress-basic">Basic example</h3>
|
||||
<p>Default progress bar with a vertical gradient.</p>
|
||||
<p>Default progress bar.</p>
|
||||
<div class="bs-example">
|
||||
<div class="progress">
|
||||
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;"><span class="sr-only">60% Complete</span></div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue