diff --git a/site/content/docs/4.3/examples/navbars/index.html b/site/content/docs/4.3/examples/navbars/index.html index 47c23aa793..1016b5b9a5 100644 --- a/site/content/docs/4.3/examples/navbars/index.html +++ b/site/content/docs/4.3/examples/navbars/index.html @@ -56,7 +56,7 @@ extra_css:
- +
@@ -90,7 +90,7 @@ extra_css:
- +
@@ -124,7 +124,7 @@ extra_css:
- +
@@ -158,7 +158,7 @@ extra_css:
- +
@@ -192,7 +192,7 @@ extra_css:
- +
diff --git a/site/content/docs/4.3/forms/form-control.md b/site/content/docs/4.3/forms/form-control.md index 0a79231a7b..e74338d096 100644 --- a/site/content/docs/4.3/forms/form-control.md +++ b/site/content/docs/4.3/forms/form-control.md @@ -24,9 +24,9 @@ toc: true Set heights using classes like `.form-control-lg` and `.form-control-sm`. {{< example >}} - - - + + + {{< /example >}} ## Readonly @@ -34,7 +34,7 @@ Set heights using classes like `.form-control-lg` and `.form-control-sm`. Add the `readonly` boolean attribute on an input to prevent modification of the input's value. Read-only inputs appear lighter (just like disabled inputs), but retain the standard cursor. {{< example >}} - + {{< /example >}} ## Readonly plain text diff --git a/site/content/docs/4.3/forms/layout.md b/site/content/docs/4.3/forms/layout.md index 3e092c1842..3e5b45f8ac 100644 --- a/site/content/docs/4.3/forms/layout.md +++ b/site/content/docs/4.3/forms/layout.md @@ -40,10 +40,10 @@ More complex forms can be built using our grid classes. Use these for form layou {{< example >}}
- +
- +
{{< /example >}} @@ -55,10 +55,10 @@ By adding [gutter modifier classes]({{< docsref "/layout/grid#gutters" >}}), you {{< example >}}
- +
- +
{{< /example >}} @@ -204,13 +204,13 @@ As shown in the previous examples, our grid system allows you to place any numbe {{< example >}}
- +
- +
- +
{{< /example >}} diff --git a/site/content/docs/4.3/forms/select.md b/site/content/docs/4.3/forms/select.md index a3a8198ba2..e8c62e8f3d 100644 --- a/site/content/docs/4.3/forms/select.md +++ b/site/content/docs/4.3/forms/select.md @@ -11,7 +11,7 @@ toc: true Custom ``'s initial appearance and cannot modify the ` @@ -24,14 +24,14 @@ Custom ` + - @@ -42,7 +42,7 @@ You may also choose from small and large custom selects to match our similarly s The `multiple` attribute is also supported: {{< example >}} - @@ -53,7 +53,7 @@ The `multiple` attribute is also supported: As is the `size` attribute: {{< example >}} - diff --git a/site/content/docs/4.3/forms/validation.md b/site/content/docs/4.3/forms/validation.md index d00abe4db4..2bac578606 100644 --- a/site/content/docs/4.3/forms/validation.md +++ b/site/content/docs/4.3/forms/validation.md @@ -280,7 +280,7 @@ Validation styles are available for the following form controls and components:
-