]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
improve visual appeal of examples
authorMark Otto <markdotto@gmail.com>
Mon, 23 Oct 2017 02:35:42 +0000 (19:35 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 23 Oct 2017 02:35:42 +0000 (19:35 -0700)
docs/4.0/utilities/display.md

index 610934a500e360734ee792967fbdc32ed6bfa9aa..a5ad2ea3c6b347eeb19c06e4562b66e0f11d99c2 100644 (file)
@@ -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