diff options
| author | Mark Otto <[email protected]> | 2013-08-18 11:13:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 11:13:56 -0700 |
| commit | 776fb435c54c016966f2125115d832797868d777 (patch) | |
| tree | 026d42a75ad6813f76a61189b034d6bc15c6a536 /getting-started.html | |
| parent | 26067d3d7d4e16f2b46b5bde59566f5db3c4f2d7 (diff) | |
| download | bootstrap-776fb435c54c016966f2125115d832797868d777.tar.xz bootstrap-776fb435c54c016966f2125115d832797868d777.zip | |
update nav for getting started migration
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/getting-started.html b/getting-started.html index 83c2583ce..a0dcddd14 100644 --- a/getting-started.html +++ b/getting-started.html @@ -324,11 +324,11 @@ bootstrap/ ================================================== --> <div class="bs-docs-section"> <div class="page-header"> - <h1 id="migration">Migration</h1> + <h1 id="migration">Migrating from 2.x to 3.0</h1> </div> <p class="lead">We've put together a helpful guide that outlines some of the key changes from Bootstrap 2.x to 3.0.</p> - <h3 id="migration-clases">Major class changes</h3> + <h3 id="migration-classes">Major class changes</h3> <p></p> <table class="table table-bordered table-striped"> <thead> @@ -441,6 +441,7 @@ bootstrap/ </tbody> </table> + <h3 id="migration-new">What's new</h3> <p>We've added a few new elements and changed some existing ones. Here's their new or updated classes.</p> <table class="table table-bordered table-striped"> @@ -554,7 +555,7 @@ bootstrap/ </tbody> </table> - <h3 id="migration-dropped">What's been removed</h3> + <h3 id="migration-dropped">What's removed</h3> <p>The following elements have been dropped or changed in v3.</p> <table class="table table-bordered table-striped bs-table"> <thead> |
