aboutsummaryrefslogtreecommitdiff
path: root/docs/components/utilities.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-02-07 22:48:26 -0800
committerMark Otto <[email protected]>2016-02-07 22:48:26 -0800
commite455b6b8d2cd028d53640f14134f0e8b3f575786 (patch)
tree7d3ee33ae188ac37734fb92ec1d29d695d21fd63 /docs/components/utilities.md
parente589cdbfe9421d58f6c3ff4d2820056983df6def (diff)
parente3b55aadea895bdb0910f3ffd3f74d89fee37925 (diff)
downloadbootstrap-e455b6b8d2cd028d53640f14134f0e8b3f575786.tar.xz
bootstrap-e455b6b8d2cd028d53640f14134f0e8b3f575786.zip
Merge branch 'v4-dev' into v4-form-sizing
Diffstat (limited to 'docs/components/utilities.md')
-rw-r--r--docs/components/utilities.md5
1 files changed, 3 insertions, 2 deletions
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`.
<div class="bd-example">
<div class="m-x-auto" style="width: 200px; background-color: rgba(86,61,124,.15);">
@@ -69,7 +70,7 @@ Additionally, Bootstrap also includes an `.m-x-auto` class for centering fixed-w
</div>
{% highlight html %}
-<div class="m-x-auto" style="width: 200px;"">
+<div class="m-x-auto" style="width: 200px;">
Centered element
</div>
{% endhighlight %}