mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-04 21:40:24 +00:00
change back pull-right to pull-xs-right
This commit is contained in:
parent
70c2686797
commit
4b3c9e4aaf
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Reference in a new issue