mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Document that .progress-bar-striped doesn't work in IE<=9; fixes #16058
[skip sauce]
This commit is contained in:
parent
ba1345f144
commit
f3ae9430f2
@ -116,7 +116,7 @@
|
|||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
<h2 id="progress-striped">Striped</h2>
|
<h2 id="progress-striped">Striped</h2>
|
||||||
<p>Uses a gradient to create a striped effect. Not available in IE8.</p>
|
<p>Uses a gradient to create a striped effect. Not available in IE9 and below.</p>
|
||||||
<div class="bs-example" data-example-id="striped-progress-bar">
|
<div class="bs-example" data-example-id="striped-progress-bar">
|
||||||
<div class="progress">
|
<div class="progress">
|
||||||
<div class="progress-bar progress-bar-success progress-bar-striped" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
|
<div class="progress-bar progress-bar-success progress-bar-striped" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user