diff options
| author | jhr007 <[email protected]> | 2013-08-30 00:14:21 -0500 |
|---|---|---|
| committer | jhr007 <[email protected]> | 2013-08-30 00:14:21 -0500 |
| commit | 0aa4eecee15117329edc2105fd2d89f4275ec573 (patch) | |
| tree | f5809d658b2b470759613bc9b8926e3db5ad18d1 /getting-started.html | |
| parent | f5676467386be32a957e3a4753c852b4b541d00a (diff) | |
| download | bootstrap-0aa4eecee15117329edc2105fd2d89f4275ec573.tar.xz bootstrap-0aa4eecee15117329edc2105fd2d89f4275ec573.zip | |
Moved "Major class changes" section; Added progress-bar-*
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/getting-started.html b/getting-started.html index 6176db8a2..618ee7655 100644 --- a/getting-started.html +++ b/getting-started.html @@ -435,6 +435,11 @@ bootstrap/ <td><code>.text-error</code></td> <td><code>.text-danger</code></td> </tr> + <tr> + <td><code>.bar</code> <code>.bar-*</code></td> + <td><code>.progress-bar</code> <code>.progress-bar-*</code></td> + </tr> + </tbody> </table> </div><!-- /.table-responsive --> @@ -603,11 +608,6 @@ 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 --> |
