diff options
| author | Mark Otto <[email protected]> | 2016-10-16 19:46:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-16 19:46:47 -0700 |
| commit | b4cdccba84f7681e2911d307828c5ce94c856736 (patch) | |
| tree | f8e1edddbd941adb255766889019248ffa399d0a /docs/components/list-group.md | |
| parent | 05bdecd0b09a007ae949f49fdff9006650c06969 (diff) | |
| parent | 6d6538fc81ebdb9e29ca5a5a4e8e5768b9358fe9 (diff) | |
| download | bootstrap-b4cdccba84f7681e2911d307828c5ce94c856736.tar.xz bootstrap-b4cdccba84f7681e2911d307828c5ce94c856736.zip | |
Merge branch 'v4-dev' into v4-navbars
Diffstat (limited to 'docs/components/list-group.md')
| -rw-r--r-- | docs/components/list-group.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/components/list-group.md b/docs/components/list-group.md index 8b3b9cd88..22982d1b9 100644 --- a/docs/components/list-group.md +++ b/docs/components/list-group.md @@ -1,6 +1,7 @@ --- layout: docs title: List group +description: Learn about Bootstrap's list group component for rendering series of related content. group: components --- @@ -31,15 +32,15 @@ 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="tag tag-default tag-pill pull-xs-right">14</span> + <span class="tag tag-default tag-pill float-xs-right">14</span> Cras justo odio </li> <li class="list-group-item"> - <span class="tag tag-default tag-pill pull-xs-right">2</span> + <span class="tag tag-default tag-pill float-xs-right">2</span> Dapibus ac facilisis in </li> <li class="list-group-item"> - <span class="tag tag-default tag-pill pull-xs-right">1</span> + <span class="tag tag-default tag-pill float-xs-right">1</span> Morbi leo risus </li> </ul> |
