aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-13 22:13:05 -0700
committerMark Otto <[email protected]>2017-06-13 22:13:05 -0700
commit3fb1bf7a20ea3fcc582e6b84416d7489a65880a8 (patch)
tree57b0fc9db9d22f6beb70bcc7760e34c5f5ab0d2b /docs/4.0/components
parentd16ece5b2a65f3fa7ffc19e865cd1987ec6117de (diff)
downloadbootstrap-3fb1bf7a20ea3fcc582e6b84416d7489a65880a8.tar.xz
bootstrap-3fb1bf7a20ea3fcc582e6b84416d7489a65880a8.zip
copy tweaks
Diffstat (limited to 'docs/4.0/components')
-rw-r--r--docs/4.0/components/forms.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md
index 3fc353311..2bc4a91cb 100644
--- a/docs/4.0/components/forms.md
+++ b/docs/4.0/components/forms.md
@@ -8,12 +8,10 @@ toc: true
## Overview
-Bootstrap's form controls expand on [our Rebooted form styles]({{ site.baseurl }}/docs/{{ site.docs_version }}/content/reboot/#forms) with classes. Use these classes to opt into their customized displays for a more consistent rendering across browsers and devices. The example form below demonstrates common HTML form elements that receive updated styles from Bootstrap with additional classes.
+Bootstrap's form controls expand on [our Rebooted form styles]({{ site.baseurl }}/docs/{{ site.docs_version }}/content/reboot/#forms) with classes. Use these classes to opt into their customized displays for a more consistent rendering across browsers and devices.
Be sure to use an appropriate `type` attribute on all inputs (e.g., `email` for email address or `number` for numerical information) to take advantage of newer input controls like email verification, number selection, and more.
-## Example
-
Here's a quick example to demonstrate Bootstrap's form styles. Keep reading for documentation on required classes, form layout, and more.
{% example html %}