mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-11 08:54:23 +01:00
change back pull-right to pull-xs-right
This commit is contained in:
parent
70c2686797
commit
4b3c9e4aaf
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user