From 3fb1bf7a20ea3fcc582e6b84416d7489a65880a8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 13 Jun 2017 22:13:05 -0700 Subject: [PATCH] copy tweaks --- docs/4.0/components/forms.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index 3fc3533116..2bc4a91cb6 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 %} -- 2.47.2