mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
change back pull-right to pull-xs-right
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user