From 3bd8dee1c72576e89bd77b9616ce8d9f1eb831c0 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 6 Feb 2016 21:29:30 -0800 Subject: docs/components/modal.md: Fix typo Fixup for #19105 [ci skip] --- docs/components/modal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components') diff --git a/docs/components/modal.md b/docs/components/modal.md index a8b1b4850..1bbcd3fbf 100644 --- a/docs/components/modal.md +++ b/docs/components/modal.md @@ -181,7 +181,7 @@ Embedding YouTube videos in modals requires additional JavaScript not in Bootstr ## Optional sizes -Modals have two optional sizes, available via modifier classes to be placed on a `.modal-dialog`. These size kick in at certain breakpoints to avoid horizontal scrollbars on narrower viewports. +Modals have two optional sizes, available via modifier classes to be placed on a `.modal-dialog`. These sizes kick in at certain breakpoints to avoid horizontal scrollbars on narrower viewports.
-- cgit v1.2.3 From 8dfd30cc21dd7b2efbe0dbe79f99616f480b79da Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 7 Feb 2016 03:00:59 -0800 Subject: Docs: Add "Horizontal centering" subheading for .m-x-auto Refs #19102 [skip sauce] --- docs/components/utilities.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/components') diff --git a/docs/components/utilities.md b/docs/components/utilities.md index e59869fcd..b67221119 100644 --- a/docs/components/utilities.md +++ b/docs/components/utilities.md @@ -60,7 +60,8 @@ Here are some representative examples of these classes: } {% endhighlight %} -Additionally, Bootstrap also includes an `.m-x-auto` class for centering fixed-width block level content by setting the horizontal margins to `auto`. +### Horizontal centering +Additionally, Bootstrap also includes an `.m-x-auto` class for horizontally centering fixed-width block level content by setting the horizontal margins to `auto`.
@@ -69,7 +70,7 @@ Additionally, Bootstrap also includes an `.m-x-auto` class for centering fixed-w
{% highlight html %} -
+
Centered element
{% endhighlight %} -- cgit v1.2.3 From 44eedd211571290e53a1035d88eff3ee602f6303 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 7 Feb 2016 17:50:38 -0800 Subject: docs/components/forms.md: Fix typo: non => none Fixup for 365db6e3a8fd9c1bac75cf170948c946e2ed7678 /fyi @mdo [skip sauce] --- docs/components/forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components') diff --git a/docs/components/forms.md b/docs/components/forms.md index fed3ba399..134bd88c1 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -639,7 +639,7 @@ Bootstrap includes validation styles for danger, warning, and success states on - To use, add `.has-warning`, `.has-danger`, or `.has-success` to the parent element. Any `.form-control-label`, `.form-control`, and `.text-help` within that element will receive the validation styles. - Validation icons are `url()`s configured via Sass variables that are applied to `background-image` declarations for each state. - You may use your own base64 PNGs or SVGs by updating the Sass variables and recompiling. -- Icons can also be disabled entirely by changing the variables to `non` or commenting out the source Sass. +- Icons can also be disabled entirely by setting the variables to `none` or commenting out the source Sass. {% comment %} {% callout warning %} -- cgit v1.2.3