From db46bfc03f3a22752ef6bd91ae577d893872a216 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 24 Jun 2023 14:44:40 +0200 Subject: Merging upstream version 5.3.0+dfsg. Signed-off-by: Daniel Baumann --- site/content/docs/5.2/forms/layout.md | 329 ---------------------------------- 1 file changed, 329 deletions(-) delete mode 100644 site/content/docs/5.2/forms/layout.md (limited to 'site/content/docs/5.2/forms/layout.md') diff --git a/site/content/docs/5.2/forms/layout.md b/site/content/docs/5.2/forms/layout.md deleted file mode 100644 index 3b27e3f..0000000 --- a/site/content/docs/5.2/forms/layout.md +++ /dev/null @@ -1,329 +0,0 @@ ---- -layout: docs -title: Layout -description: Give your forms some structure—from inline to horizontal to custom grid implementations—with our form layout options. -group: forms -toc: true ---- - -## Forms - -Every group of form fields should reside in a `
` element. Bootstrap provides no default styling for the `` element, but there are some powerful browser features that are provided by default. - -- New to browser forms? Consider reviewing [the MDN form docs](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form) for an overview and complete list of available attributes. -- ` - -
-{{< /example >}} - -## Horizontal form - -Create horizontal forms with the grid by adding the `.row` class to form groups and using the `.col-*-*` classes to specify the width of your labels and controls. Be sure to add `.col-form-label` to your `