Skip to content

Commit

Permalink
change back pull-right to pull-xs-right
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskevin committed Jan 20, 2016
1 parent 70c2686 commit 4b3c9e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/components/list-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ Add labels to any list group item to show unread counts, activity, etc.
<ul class="list-group">
<li class="list-group-item">
Cras justo odio
<span class="label label-default label-pill pull-right">14</span>
<span class="label label-default label-pill pull-xs-right">14</span>
</li>
<li class="list-group-item">
Dapibus ac facilisis in
<span class="label label-default label-pill pull-right">2</span>
<span class="label label-default label-pill pull-xs-right">2</span>
</li>
<li class="list-group-item">
Morbi leo risus
<span class="label label-default label-pill pull-right">1</span>
<span class="label label-default label-pill pull-xs-right">1</span>
</li>
</ul>
{% endexample %}
Expand Down

0 comments on commit 4b3c9e4

Please sign in to comment.