aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-12-07 10:05:53 -0800
committerMark Otto <[email protected]>2015-12-07 10:05:53 -0800
commita22d2fb5a5a702997509f29d86dc37ba917a103a (patch)
tree00753f24bcd8a5efd8e82ed9619972996e0caee7 /docs
parentef5b6a224eb5d2f093f9a613cad26a68487d46d7 (diff)
downloadbootstrap-a22d2fb5a5a702997509f29d86dc37ba917a103a.tar.xz
bootstrap-a22d2fb5a5a702997509f29d86dc37ba917a103a.zip
fixes #17433: improve borders on .list-group-flush to remove dupe borders when appropro
Diffstat (limited to 'docs')
-rw-r--r--docs/components/card.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/components/card.md b/docs/components/card.md
index 3d112c501..9be52fd2f 100644
--- a/docs/components/card.md
+++ b/docs/components/card.md
@@ -53,6 +53,16 @@ Cards support a wide variety of content, including images, text, list groups, li
{% example html %}
<div class="card">
+ <ul class="list-group list-group-flush">
+ <li class="list-group-item">Cras justo odio</li>
+ <li class="list-group-item">Dapibus ac facilisis in</li>
+ <li class="list-group-item">Vestibulum at eros</li>
+ </ul>
+</div>
+{% endexample %}
+
+{% example html %}
+<div class="card">
<img class="card-img-top" data-src="holder.js/100px180/?text=Image cap" alt="Card image cap">
<div class="card-block">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>