]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Change wording on link styled as button 18684/head 18685/head
authorPatrick H. Lauke <redux@splintered.co.uk>
Sat, 26 Dec 2015 12:40:04 +0000 (12:40 +0000)
committerPatrick H. Lauke <redux@splintered.co.uk>
Sat, 26 Dec 2015 12:40:04 +0000 (12:40 +0000)
"Go somewhere" is more descriptive of an example link, rather than a
button that triggers in-page functionality. Also makes it consistent
with all other examples in this page

docs/components/card.md

index 9be52fd2f56c4831457318796a83ad96c3088b4d..8a794f70ead5f3dc5dfdd88bf7b838705131d422 100644 (file)
@@ -23,7 +23,7 @@ Cards require a small amount of markup and classes to provide you with as much c
   <div class="card-block">
     <h4 class="card-title">Card title</h4>
     <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>
-    <a href="#" class="btn btn-primary">Button</a>
+    <a href="#" class="btn btn-primary">Go somewhere</a>
   </div>
 </div>
 {% endexample %}
@@ -260,7 +260,7 @@ You can also use `.card-inverse` with the [contextual backgrounds variants](#bac
   <div class="card-block">
     <h3 class="card-title">Special title treatment</h3>
     <p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
-    <a href="#" class="btn btn-primary">Button</a>
+    <a href="#" class="btn btn-primary">Go somewhere</a>
   </div>
 </div>
 {% endexample %}