Commit 067311f4 authored by Mark Otto's avatar Mark Otto

basic docs fix for badges in list group, still needs more changes

parent 699f3071
...@@ -31,15 +31,15 @@ Add the badges component to any list group item and it will automatically be pos ...@@ -31,15 +31,15 @@ Add the badges component to any list group item and it will automatically be pos
{% example html %} {% example html %}
<ul class="list-group"> <ul class="list-group">
<li class="list-group-item"> <li class="list-group-item">
<span class="badge">14</span> <span class="label label-default label-pill pull-right">14</span>
Cras justo odio Cras justo odio
</li> </li>
<li class="list-group-item"> <li class="list-group-item">
<span class="badge">2</span> <span class="label label-default label-pill pull-right">2</span>
Dapibus ac facilisis in Dapibus ac facilisis in
</li> </li>
<li class="list-group-item"> <li class="list-group-item">
<span class="badge">1</span> <span class="label label-default label-pill pull-right">1</span>
Morbi leo risus Morbi leo risus
</li> </li>
</ul> </ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment