diff options
| author | Mark Otto <[email protected]> | 2013-10-16 10:44:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-16 10:44:03 -0700 |
| commit | c1bf625dfe07eab186b03b1d9c115b93c94018d5 (patch) | |
| tree | be6c779e0f2a7f72e1c6d1d101a6e2690423c38b /getting-started.html | |
| parent | 8ac1495c63c0996a2d22013a3c70fa1f3107a927 (diff) | |
| parent | d88039803823051c9181487615616af27043df99 (diff) | |
| download | bootstrap-c1bf625dfe07eab186b03b1d9c115b93c94018d5.tar.xz bootstrap-c1bf625dfe07eab186b03b1d9c115b93c94018d5.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index 1c358edb4..480ab74ff 100644 --- a/getting-started.html +++ b/getting-started.html @@ -668,7 +668,8 @@ bootstrap/ <h2 id="migration-notes">Additional notes</h2> <p>Other changes in v3.0 are not immediately apparent. Base classes, key styles, and behaviors have been adjusted for flexibility and our <em>mobile first</em> approach. Here's a partial list:</p> <ul> - <li>Text-based form controls are now 100% wide. Wrap inputs inside <code><div class="col-*"></div></code> to control input widths.</li> + <li>By default, text-based form controls now receive only minimal styling. For focus colors and rounded corners, apply the <code>.form-control</code> class on the element to style.</li> + <li>Text-based form controls with the <code>.form-control</code> class applied are now 100% wide by default. Wrap inputs inside <code><div class="col-*"></div></code> to control input widths.</li> <li><code>.badge</code> no longer has contextual (-success,-primary,etc..) classes.</li> <li><code>.btn</code> must also use <code>.btn-default</code> to get the "default" button.</li> <li><code>.container</code> and <code>.row</code> are now fluid (percentage-based).</li> |
