diff options
| author | jhr007 <[email protected]> | 2013-08-29 23:21:07 -0500 |
|---|---|---|
| committer | jhr007 <[email protected]> | 2013-08-29 23:21:07 -0500 |
| commit | f5676467386be32a957e3a4753c852b4b541d00a (patch) | |
| tree | 72ea2f107b99f6399e0d6b383b4b63819c824288 | |
| parent | 5b21768c054b86dd9f27eea9879f75668546cdc4 (diff) | |
| download | bootstrap-f5676467386be32a957e3a4753c852b4b541d00a.tar.xz bootstrap-f5676467386be32a957e3a4753c852b4b541d00a.zip | |
Add a change to the progress bar.
In v3 the inner progress bar should have .progress-bar not .bar
| -rw-r--r-- | getting-started.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/getting-started.html b/getting-started.html index 0b0aee60d..6176db8a2 100644 --- a/getting-started.html +++ b/getting-started.html @@ -603,6 +603,11 @@ bootstrap/ <td><code>.tabs-left</code> <code>.tabs-right</code> <code>.tabs-below</code></td> <td class="text-muted">N/A</td> </tr> + <tr> + <td>Progress bar</td> + <td><code>.bar</code></td> + <td><code>.progress-bar</code></td> + </tr> </tbody> </table> </div><!-- /.table-responsive --> |
