From: Mark Otto Date: Sat, 27 May 2017 04:54:35 +0000 (-0700) Subject: custom forms example with new grid styles X-Git-Tag: v4.0.0-beta~147^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3acf9d890568e7ecaab0c4218f51f4afb7489d7;p=thirdparty%2Fbootstrap.git custom forms example with new grid styles --- diff --git a/docs/components/forms.md b/docs/components/forms.md index d71615976a..feadf19bcf 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -325,6 +325,32 @@ The `.form-group` class is the easiest way to add some structure to forms. Its o {% endexample %} +{% example html %} +
+
+
+ + +
+
+ +
+
+ +
+
+
+{% endexample %} + ### Inline forms Use the `.form-inline` class to display a series of labels, form controls, and buttons on a single horizontal row. Form controls within inline forms vary slightly from their default states.