diff --git a/docs/_includes/components/progress-bars.html b/docs/_includes/components/progress-bars.html index 68d87e090b..0602ccf118 100644 --- a/docs/_includes/components/progress-bars.html +++ b/docs/_includes/components/progress-bars.html @@ -8,7 +8,7 @@
Progress bars use CSS3 transitions and animations to achieve some of their effects. These features are not supported in Internet Explorer 9 and below or older versions of Firefox. Opera 12 does not support animations.
-Default progress bar.
Remove the <span>
with .sr-only
class from within the progress bar to show a visible percentage.
Progress bars use some of the same button and alert classes for consistent styles.
Uses a gradient to create a striped effect. Not available in IE8.
Add .active
to .progress-bar-striped
to animate the stripes right to left. Not available in IE9 and below.
Place multiple bars into the same .progress
to stack them.