]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Updated label to tag in list-group example 19157/head
authorAmeya Pandilwar <ameya@ccs.neu.edu>
Thu, 11 Feb 2016 23:59:47 +0000 (18:59 -0500)
committerAmeya Pandilwar <ameya@ccs.neu.edu>
Thu, 11 Feb 2016 23:59:47 +0000 (18:59 -0500)
docs/components/list-group.md

index c3d466d5fb8eac4c7c244a3f0b2cfff63909340f..db339c824d3e3b1a4d7384866c2cc528e0020677 100644 (file)
@@ -24,22 +24,22 @@ The most basic list group is simply an unordered list with list items, and the p
 </ul>
 {% endexample %}
 
-## Labels
+## Tags
 
-Add labels to any list group item to show unread counts, activity, etc.
+Add tags to any list group item to show unread counts, activity, etc.
 
 {% example html %}
 <ul class="list-group">
   <li class="list-group-item">
-    <span class="label label-default label-pill pull-xs-right">14</span>
+    <span class="tag tag-default tag-pill pull-xs-right">14</span>
     Cras justo odio
   </li>
   <li class="list-group-item">
-    <span class="label label-default label-pill pull-xs-right">2</span>
+    <span class="tag tag-default tag-pill pull-xs-right">2</span>
     Dapibus ac facilisis in
   </li>
   <li class="list-group-item">
-    <span class="label label-default label-pill pull-xs-right">1</span>
+    <span class="tag tag-default tag-pill pull-xs-right">1</span>
     Morbi leo risus
   </li>
 </ul>