diff options
| author | Jacob Thornton <[email protected]> | 2012-01-31 17:27:01 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-31 17:27:01 -0800 |
| commit | bdfb05dbac0b07c7c6447a39b2658038563603d3 (patch) | |
| tree | ecabe001c1cfce45025d46d07fda7e8357b9b155 /docs/upgrading.html | |
| parent | cabba91c7c74fcf6dd80bef8b3ea2717eec997b3 (diff) | |
| parent | c8fad2590247a9581c62dadb526a540e369a3e88 (diff) | |
| download | bootstrap-bdfb05dbac0b07c7c6447a39b2658038563603d3.tar.xz bootstrap-bdfb05dbac0b07c7c6447a39b2658038563603d3.zip | |
Merge branch '2.0-wip'
Conflicts:
docs/assets/bootstrap.zip
Diffstat (limited to 'docs/upgrading.html')
| -rw-r--r-- | docs/upgrading.html | 39 |
1 files changed, 12 insertions, 27 deletions
diff --git a/docs/upgrading.html b/docs/upgrading.html index b26907402..3bf02e178 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -148,13 +148,14 @@ </ul> <h3>Buttons</h3> <ul> + <li>New classes for colors and sizes, all prefixed with <code>.btn-</code></li> <li>IE9: removed gradients and added rounded corners</li> <li>Updated active state to make styling clearer in button groups (new) and look better with custom transition</li> <li>New mixin, <code>.buttonBackground</code>, to set button gradients</li> </ul> <h3>Forms</h3> <ul> - <li>Default form style is now vertical (stacked_ to use less CSS and add greater flexibility</li> + <li>Default form style is now vertical (stacked) to use less CSS and add greater flexibility</li> <li>Form classes standardized with <code>.form-</code> required as a prefix</li> <li>New built-in form defaults for search, inline, and horizontal forms</li> <li>More flexible horizontal form markup with classes for all styling, including new optional class for the <code>label</code></li> @@ -163,8 +164,8 @@ <h3>Icons, by Glyphicons</h3> <ul> <li>New Glyphicons Halflings icon set added in sprite form, in black and white</li> - <li>Simple markup required for an icon in tons of contexts: <code><i class="icon cog"></></code></li> - <li>Add another class, <code>.white</code>, for white variation of the same icon</li> + <li>Simple markup required for an icon in tons of contexts: <code><i class="icon-cog"></></code></li> + <li>Add another class, <code>.icon-white</code>, for white variation of the same icon</li> </ul> </section> @@ -186,7 +187,7 @@ <ul> <li>Tabs and pills now require the use of a new base class, <code>.nav</code>, on their <code><ul></code></li> <li>New nav list variation added that uses the same base class, <code>.nav</code></li> - <li>Vertical tabs and pills have been added—just add <code>.stacked</code> to the <code><ul></code></li> + <li>Vertical tabs and pills have been added—just add <code>.nav-stacked</code> to the <code><ul></code></li> <li>Pills were restyled to be less rounded by default</li> <li>Pills now have dropdown menu support (they share the same markup and styles as tabs)</li> </ul> @@ -241,34 +242,18 @@ <div class="page-header"> <h1>Javascript plugins</h1> </div> + <div class="alert alert-info"> + <strong>Heads up!</strong> We're rewritten just about everything for our plugins, so head on over to <a href="./javascript.html">the Javascript page</a> to learn more. + </div> <h3>Popovers</h3> <ul> <li>Child elements now properly namespaced: <code>.title</code> to <code>.popover-title</code>, <code>.inner</code> to <code>.popover-inner</code>, and <code>.content</code> to <code>.popover-content</code>.</li> </ul> -</section> - - - -<!-- LESS -================================================== --> -<section id="less"> - <div class="page-header"> - <h1>Using LESS</h1> - </div> - <h3>Variables</h3> - <h3>Mixins</h3> -</section> - - - -<!-- Customize -================================================== --> -<section id="less"> - <div class="page-header"> - <h1>Customize page</h1> - </div> + <h3>New plugins</h3> <ul> - <li>New in 2.0</li> + <li><a href="./javascript.html#collapse">Collapse</a></li> + <li><a href="./javascript.html#carousel">Carousel</a></li> + <li><a href="./javascript.html#typeahead">Typeahead</a></li> </ul> </section> |
