aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-12-08 10:23:22 -0800
committerMark Otto <[email protected]>2015-12-08 10:23:22 -0800
commit9a35ccbf73f3e6f2fd104d63f4a176cfd5c44f6b (patch)
tree37ce53c6529ba623a36a09d261501b6ec91494ee
parentd244ba42e1069c99e648dfd0af8e561fe4b5a132 (diff)
downloadbootstrap-9a35ccbf73f3e6f2fd104d63f4a176cfd5c44f6b.tar.xz
bootstrap-9a35ccbf73f3e6f2fd104d63f4a176cfd5c44f6b.zip
derp, wrong highlight syntax
-rw-r--r--docs/components/utilities.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/utilities.md b/docs/components/utilities.md
index be5769d6c..977ae07dd 100644
--- a/docs/components/utilities.md
+++ b/docs/components/utilities.md
@@ -38,7 +38,7 @@ Where *size* is one of:
Here are some representative examples of these classes:
-```scss
+{% highlight scss %}
.m-t-0 {
margin-top: 0 !important;
}
@@ -55,7 +55,7 @@ Here are some representative examples of these classes:
.p-a-3 {
padding: ($spacer-y * 3) ($spacer-x * 3) !important;
}
-```
+{% endhighlight %}
Additionally, Bootstrap also includes an `.m-x-auto` class which sets the horizontal margins to `auto`.