aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/theme
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-11 00:38:28 -0700
committerMark Otto <[email protected]>2014-07-11 00:38:28 -0700
commitcabb86d126584f48651431f431070dcf6bd9d76f (patch)
treee6f2e8c5d7ba7fabdd54f48ac124466ffa308d62 /docs/examples/theme
parentf6482aadcd8498f2dc82907994f8ec69afec8613 (diff)
parentc3ae289f4a9e5fc14e489e3914d150954469f1ac (diff)
downloadbootstrap-cabb86d126584f48651431f431070dcf6bd9d76f.tar.xz
bootstrap-cabb86d126584f48651431f431070dcf6bd9d76f.zip
Merge branch 'master' into derp
Conflicts: dist/css/bootstrap-theme.css.map dist/css/bootstrap.css.map docs/_includes/components/progress-bars.html docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css.map
Diffstat (limited to 'docs/examples/theme')
-rw-r--r--docs/examples/theme/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html
index d66874eb8..54bf85346 100644
--- a/docs/examples/theme/index.html
+++ b/docs/examples/theme/index.html
@@ -476,7 +476,7 @@
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%"><span class="sr-only">80% Complete (danger)</span></div>
</div>
<div class="progress">
- <div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%"><span class="sr-only">100% Complete</span></div>
+ <div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%"><span class="sr-only">60% Complete</span></div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-success" style="width: 35%"><span class="sr-only">35% Complete (success)</span></div>