aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorCase Talbot <[email protected]>2013-10-15 17:02:21 -0700
committerCase Talbot <[email protected]>2013-10-15 17:02:21 -0700
commit9d54a42951939fc8a4765aa3d8427a4227d459f9 (patch)
treebb7fa6bc7a279c13f410f73dfcbf05fa1f6b9842 /getting-started.html
parent481791411c2ff975821731eab0e8af8c1d4f6678 (diff)
downloadbootstrap-9d54a42951939fc8a4765aa3d8427a4227d459f9.tar.xz
bootstrap-9d54a42951939fc8a4765aa3d8427a4227d459f9.zip
Include a note about text-based form control styling
fixes #8824.
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html
index 1c358edb4..3eef6f795 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>&lt;div class="col-*"&gt;&lt;/div&gt;</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>&lt;div class="col-*"&gt;&lt;/div&gt;</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>