diff options
| author | Kevin Ross <[email protected]> | 2016-01-20 17:00:12 -0600 |
|---|---|---|
| committer | Kevin Ross <[email protected]> | 2016-01-20 17:00:12 -0600 |
| commit | 4b3c9e4aaf859f3a24faf35efea6c6daf12eb725 (patch) | |
| tree | 452595df259e8a8e4c64c8c7163e9343a2e56d1d /docs/components | |
| parent | 70c26867976e5b4857b581a910623324b108ce64 (diff) | |
| download | bootstrap-4b3c9e4aaf859f3a24faf35efea6c6daf12eb725.tar.xz bootstrap-4b3c9e4aaf859f3a24faf35efea6c6daf12eb725.zip | |
change back pull-right to pull-xs-right
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/list-group.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/components/list-group.md b/docs/components/list-group.md index 3e4ec9a02..79ed6dc7f 100644 --- a/docs/components/list-group.md +++ b/docs/components/list-group.md @@ -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 %} |
