From 490294e68be74a5eeb2eb87a392851946fbd65ee Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 23 Apr 2015 01:10:14 -0700 Subject: Fix up some form docs styles, sizing, etc --- docs/components/forms.md | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) (limited to 'docs/components/forms.md') diff --git a/docs/components/forms.md b/docs/components/forms.md index 66d34df2f..827912cb5 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -629,35 +629,18 @@ For form controls with no visible label, add the `.sr-only` class on the label. ## Control sizing -Set heights using classes like `.input-lg`, and set widths using grid column classes like `.col-lg-*`. +Set heights using classes like `.form-control-lg`, and set widths using grid column classes like `.col-lg-*`. {% example html %} - + - - - - - + {% endexample %} -Quickly size labels and form controls within `.form-horizontal` by adding `.form-group-lg` or `.form-group-sm` to existing `.form-group`s. - {% example html %} -
-
- -
- -
-
-
- -
- -
-
-
+ + + {% endexample %} ## Column sizing -- cgit v1.2.3