mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
cleaned up the docs to complete the change from tag to badge
This commit is contained in:
@@ -25,22 +25,22 @@ The most basic list group is simply an unordered list with list items, and the p
|
||||
</ul>
|
||||
{% endexample %}
|
||||
|
||||
## Tags
|
||||
## Badge
|
||||
|
||||
Add tags to any list group item to show unread counts, activity, etc.
|
||||
Add badges to any list group item to show unread counts, activity, etc.
|
||||
|
||||
{% example html %}
|
||||
<ul class="list-group">
|
||||
<li class="list-group-item">
|
||||
<span class="badge badge-default tag-pill float-xs-right">14</span>
|
||||
<span class="badge badge-default badge-pill float-xs-right">14</span>
|
||||
Cras justo odio
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="badge badge-default tag-pill float-xs-right">2</span>
|
||||
<span class="badge badge-default badge-pill float-xs-right">2</span>
|
||||
Dapibus ac facilisis in
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<span class="badge badge-default tag-pill float-xs-right">1</span>
|
||||
<span class="badge badge-default badge-pill float-xs-right">1</span>
|
||||
Morbi leo risus
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user