From 8a64c684deabb12b4f5f4fd18c736645159a7cf1 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Mon, 23 Feb 2015 21:51:10 -0500 Subject: [PATCH] docs>components>progress bars headings --- docs/_includes/components/progress-bars.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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.

-

Basic example

+

Basic example

Default progress bar.

@@ -25,7 +25,7 @@
{% endhighlight %} -

With label

+

With label

Remove the <span> with .sr-only class from within the progress bar to show a visible percentage.

@@ -68,7 +68,7 @@ {% endhighlight %} -

Contextual alternatives

+

Contextual alternatives

Progress bars use some of the same button and alert classes for consistent styles.

@@ -115,7 +115,7 @@
{% endhighlight %} -

Striped

+

Striped

Uses a gradient to create a striped effect. Not available in IE8.

@@ -162,7 +162,7 @@
{% endhighlight %} -

Animated

+

Animated

Add .active to .progress-bar-striped to animate the stripes right to left. Not available in IE9 and below.

@@ -178,7 +178,7 @@
{% endhighlight %} -

Stacked

+

Stacked

Place multiple bars into the same .progress to stack them.

-- 2.47.2