diff options
| author | Mark Otto <[email protected]> | 2013-10-17 14:47:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-17 14:47:31 -0700 |
| commit | 70d85be3b79f16eda4e21d533e6e7436d2273c7f (patch) | |
| tree | 78c0abc8582aea2fab7b66b3a3ec78c140474782 /getting-started.html | |
| parent | 96a19c18fbef89a4f4ae261ae78e7fc26e9d2dd8 (diff) | |
| parent | bb30f6355a6ef9507b6ee65c820febb857bc6dfc (diff) | |
| download | bootstrap-70d85be3b79f16eda4e21d533e6e7436d2273c7f.tar.xz bootstrap-70d85be3b79f16eda4e21d533e6e7436d2273c7f.zip | |
Merge branch 'master' into navbar-button-docs
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/getting-started.html b/getting-started.html index 1c358edb4..ec3462f0e 100644 --- a/getting-started.html +++ b/getting-started.html @@ -113,7 +113,7 @@ bootstrap/ <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> - <script src="https://oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> + <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> </head> @@ -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> |
