diff --git a/docs/components.html b/docs/components.html index 2198145ecd..70900fc3a3 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1522,8 +1522,9 @@
Provide up-to-date feedback on the progress of a workflow or action with simple yet flexible progress bars.
-Progress bars use CSS3 transitions and animations to achieve some of their effects. These features are not supported in IE8-9 or older versions of Firefox. Internet Explorer 10 and below, as well as Opera 12, do not support animations.
Default progress bar with a vertical gradient.
@@ -1538,55 +1539,6 @@ </div> -Uses a gradient to create a striped effect. Not available in IE8.
--<div class="progress progress-striped"> - <div class="progress-bar" style="width: 20%;"></div> -</div> -- -
Add .active
to .progress-striped
to animate the stripes right to left. Not available in all versions of IE.
-<div class="progress progress-striped active"> - <div class="progress-bar" style="width: 40%;"></div> -</div> -- -
Place multiple bars into the same .progress
to stack them.
-<div class="progress"> - <div class="progress-bar progress-bar-success" style="width: 35%;"></div> - <div class="progress-bar progress-bar-warning" style="width: 20%;"></div> - <div class="progress-bar progress-bar-danger" style="width: 10%;"></div> -</div> -- - -
Progress bars use some of the same button and alert classes for consistent styles.
Similar to the solid colors, we have varied striped progress bars.
+Uses a gradient to create a striped effect. Not available in IE8.
Add .active
to .progress-striped
to animate the stripes right to left. Not available in all versions of IE.
+<div class="progress progress-striped active"> + <div class="progress-bar" style="width: 40%;"></div> +</div> +-
Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE8-9 or older versions of Firefox.
-Versions earlier than Internet Explorer 10 and Opera 12 do not support animations.
+Place multiple bars into the same .progress
to stack them.
+<div class="progress"> + <div class="progress-bar progress-bar-success" style="width: 35%;"></div> + <div class="progress-bar progress-bar-warning" style="width: 20%;"></div> + <div class="progress-bar progress-bar-danger" style="width: 10%;"></div> +</div> +diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 18b1c4812a..c714bf70f6 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1454,8 +1454,9 @@
Provide up-to-date feedback on the progress of a workflow or action with simple yet flexible progress bars.
-Progress bars use CSS3 transitions and animations to achieve some of their effects. These features are not supported in IE8-9 or older versions of Firefox. Internet Explorer 10 and below, as well as Opera 12, do not support animations.
Default progress bar with a vertical gradient.
@@ -1470,55 +1471,6 @@ </div> -Uses a gradient to create a striped effect. Not available in IE8.
--<div class="progress progress-striped"> - <div class="progress-bar" style="width: 20%;"></div> -</div> -- -
Add .active
to .progress-striped
to animate the stripes right to left. Not available in all versions of IE.
-<div class="progress progress-striped active"> - <div class="progress-bar" style="width: 40%;"></div> -</div> -- -
Place multiple bars into the same .progress
to stack them.
-<div class="progress"> - <div class="progress-bar progress-bar-success" style="width: 35%;"></div> - <div class="progress-bar progress-bar-warning" style="width: 20%;"></div> - <div class="progress-bar progress-bar-danger" style="width: 10%;"></div> -</div> -- - -
Progress bars use some of the same button and alert classes for consistent styles.
Similar to the solid colors, we have varied striped progress bars.
+Uses a gradient to create a striped effect. Not available in IE8.
Add .active
to .progress-striped
to animate the stripes right to left. Not available in all versions of IE.
+<div class="progress progress-striped active"> + <div class="progress-bar" style="width: 40%;"></div> +</div> +-
Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE8-9 or older versions of Firefox.
-Versions earlier than Internet Explorer 10 and Opera 12 do not support animations.
+Place multiple bars into the same .progress
to stack them.
+<div class="progress"> + <div class="progress-bar progress-bar-success" style="width: 35%;"></div> + <div class="progress-bar progress-bar-warning" style="width: 20%;"></div> + <div class="progress-bar progress-bar-danger" style="width: 10%;"></div> +</div> +