aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-10-22 19:35:42 -0700
committerMark Otto <[email protected]>2017-10-22 19:35:42 -0700
commit6ef998628d076b967c7e840d17fb627af7c066e6 (patch)
treeec54605d32ee001480372aab6f4fd31fccfbc4cc /docs
parent964356464cc0413a782e7f5146a4a9f720fb3fe0 (diff)
downloadbootstrap-6ef998628d076b967c7e840d17fb627af7c066e6.tar.xz
bootstrap-6ef998628d076b967c7e840d17fb627af7c066e6.zip
improve visual appeal of examples
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/utilities/display.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/4.0/utilities/display.md b/docs/4.0/utilities/display.md
index 610934a50..a5ad2ea3c 100644
--- a/docs/4.0/utilities/display.md
+++ b/docs/4.0/utilities/display.md
@@ -35,13 +35,13 @@ The media queries effect screen widths with the given breakpoint *or larger*. Fo
## Examples
{% example html %}
-<div class="d-inline bg-success">d-inline</div>
-<div class="d-inline bg-success">d-inline</div>
+<div class="d-inline p-2 bg-primary text-white">d-inline</div>
+<div class="d-inline p-2 bg-dark text-white">d-inline</div>
{% endexample %}
{% example html %}
-<span class="d-block bg-primary">d-block</span>
-<span class="d-block bg-primary">d-block</span>
+<span class="d-block p-2 bg-primary text-white">d-block</span>
+<span class="d-block p-2 bg-dark text-white">d-block</span>
{% endexample %}
## Hiding Elements