]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update card columns docs to make copy more accurate
authorMark Otto <markdotto@gmail.com>
Mon, 9 Jul 2018 02:23:40 +0000 (19:23 -0700)
committerMark Otto <otto@github.com>
Thu, 12 Jul 2018 06:30:46 +0000 (23:30 -0700)
closes #26586, closes #26587

site/docs/4.1/components/card.md

index 92cc1321fa62e63f2e4ca5274eb948c1fc42eaac..25e9ec2d0ef6e6f6aa6153bf57e7061d704b88eb 100644 (file)
@@ -640,7 +640,7 @@ Cards can be organized into [Masonry](https://masonry.desandro.com/)-like column
   <div class="card text-center">
     <div class="card-body">
       <h5 class="card-title">Card title</h5>
-      <p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p>
+      <p class="card-text">This card has a regular title and short paragraphy of text below it.</p>
       <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
     </div>
   </div>
@@ -660,7 +660,7 @@ Cards can be organized into [Masonry](https://masonry.desandro.com/)-like column
   <div class="card">
     <div class="card-body">
       <h5 class="card-title">Card title</h5>
-      <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.</p>
+      <p class="card-text">This is another card with title and supporting text below. This card has some additional content to make it slightly taller overall.</p>
       <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
     </div>
   </div>