aboutsummaryrefslogtreecommitdiff
path: root/docs/components/list-group.md
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-11-29 21:47:49 -0800
committerChris Rebert <[email protected]>2015-11-29 21:47:49 -0800
commit548834e87f9e91c6e885d695deda55efc06dacf1 (patch)
tree42a42157264bc0b120a3c12a20d3932f630bba90 /docs/components/list-group.md
parent23d7b7fe429762847871c3ce8679922dd600e3c9 (diff)
parenta8dc4812a49d8467e8642abb510b523a9a51cd48 (diff)
downloadbootstrap-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.md6
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>