From: Chris Rebert Date: Sun, 7 Feb 2016 11:00:59 +0000 (-0800) Subject: Docs: Add "Horizontal centering" subheading for .m-x-auto X-Git-Tag: v4.0.0-alpha.3~275^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dfd30cc21dd7b2efbe0dbe79f99616f480b79da;p=thirdparty%2Fbootstrap.git Docs: Add "Horizontal centering" subheading for .m-x-auto Refs #19102 [skip sauce] --- diff --git a/docs/components/utilities.md b/docs/components/utilities.md index e59869fcd5..b67221119a 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 %}