diff options
| author | Chris Rebert <[email protected]> | 2015-11-29 21:47:49 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-29 21:47:49 -0800 |
| commit | 548834e87f9e91c6e885d695deda55efc06dacf1 (patch) | |
| tree | 42a42157264bc0b120a3c12a20d3932f630bba90 /docs/components/list-group.md | |
| parent | 23d7b7fe429762847871c3ce8679922dd600e3c9 (diff) | |
| parent | a8dc4812a49d8467e8642abb510b523a9a51cd48 (diff) | |
| download | bootstrap-548834e87f9e91c6e885d695deda55efc06dacf1.tar.xz bootstrap-548834e87f9e91c6e885d695deda55efc06dacf1.zip | |
Merge pull request #18340 from twbs/responsive-pulls
Add responsive float classes
Diffstat (limited to 'docs/components/list-group.md')
| -rw-r--r-- | docs/components/list-group.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/components/list-group.md b/docs/components/list-group.md index 7a8f1d06f..5dbcca2d5 100644 --- a/docs/components/list-group.md +++ b/docs/components/list-group.md @@ -31,15 +31,15 @@ Add labels 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-right">14</span> + <span class="label label-default label-pill pull-xs-right">14</span> Cras justo odio </li> <li class="list-group-item"> - <span class="label label-default label-pill pull-right">2</span> + <span class="label label-default label-pill pull-xs-right">2</span> Dapibus ac facilisis in </li> <li class="list-group-item"> - <span class="label label-default label-pill pull-right">1</span> + <span class="label label-default label-pill pull-xs-right">1</span> Morbi leo risus </li> </ul> |
