diff options
| author | Mark Otto <[email protected]> | 2013-08-18 10:00:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 10:00:20 -0700 |
| commit | 78701778d0a30332d5732dbff72d4dbda32e4872 (patch) | |
| tree | 40f64f192af236617ddca867dfeb6c1fe14dd34c | |
| parent | 4246f6a01f6d025962beb8dcc9a035d6e17e5d20 (diff) | |
| parent | db5aee54dfab6368f5183327b8a1a7c15b1ed8e2 (diff) | |
| download | bootstrap-78701778d0a30332d5732dbff72d4dbda32e4872.tar.xz bootstrap-78701778d0a30332d5732dbff72d4dbda32e4872.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
| -rw-r--r-- | components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components.html b/components.html index 147f05984..23776fa16 100644 --- a/components.html +++ b/components.html @@ -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> |
