aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-05 14:27:54 -0500
committerMark Otto <[email protected]>2013-07-05 14:27:54 -0500
commit95655e72754b9450d04108593f60647cf2e2241c (patch)
treeaa2377577cd4c8ffd0a086c776e19b2c9f1ad569 /docs/components.html
parentfffb37ecead04a12c9c1aedaf357433f5f61d6a3 (diff)
downloadbootstrap-95655e72754b9450d04108593f60647cf2e2241c.tar.xz
bootstrap-95655e72754b9450d04108593f60647cf2e2241c.zip
Remove more Glyphicons
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html68
1 files changed, 0 insertions, 68 deletions
diff --git a/docs/components.html b/docs/components.html
index 4e763d6d4..97fade984 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1815,33 +1815,6 @@ body { padding-bottom: 70px; }
</ul>
{% endhighlight %}
- <h3 id="list-group-chevrons">With chevrons</h3>
- <p>Add Glyphicon chevrons that are automatically moved to the right.</p>
- <div class="bs-example">
- <ul class="list-group">
- <li class="list-group-item">
- <span class="glyphicon glyphicon-chevron-right"></span>
- Cras justo odio
- </li>
- <li class="list-group-item">
- <span class="glyphicon glyphicon-chevron-right"></span>
- Dapibus ac facilisis in
- </li>
- <li class="list-group-item">
- <span class="glyphicon glyphicon-chevron-right"></span>
- Morbi leo risus
- </li>
- </ul>
- </div>
-{% highlight html %}
-<ul class="list-group">
- <li class="list-group-item">
- <span class="glyphicon glyphicon-chevron-right"></span>
- Cras justo odio
- </li>
-</ul>
-{% endhighlight %}
-
<h3 id="list-group-badges">With badges</h3>
<p>Add the badges component to any list group item and it will automatically be positioned on the right.</p>
<div class="bs-example">
@@ -1869,56 +1842,20 @@ body { padding-bottom: 70px; }
</ul>
{% endhighlight %}
- <h3 id="list-group-badges-chevrons">With badges and chevrons</h3>
- <p>Why not both?</p>
- <div class="bs-example">
- <ul class="list-group">
- <li class="list-group-item">
- <span class="glyphicon glyphicon-chevron-right"></span>
- <span class="badge">14</span>
- Cras justo odio
- </li>
- <li class="list-group-item">
- <span class="glyphicon glyphicon-chevron-right"></span>
- <span class="badge">2</span>
- Dapibus ac facilisis in
- </li>
- <li class="list-group-item">
- <span class="glyphicon glyphicon-chevron-right"></span>
- <span class="badge">1</span>
- Morbi leo risus
- </li>
- </ul>
- </div>
-{% highlight html %}
-<ul class="list-group">
- <li class="list-group-item">
- <span class="glyphicon glyphicon-chevron-right"></span>
- <span class="badge">14</span>
- Cras justo odio
- </li>
-</ul>
-{% endhighlight %}
-
<h3 id="list-group-linked">Linked list group</h3>
<p>Linkify list group items by using anchor tags instead of list items (that also means a parent <code>&lt;div&gt;</code> instead of an <code>&lt;ul&gt;</code>). No need for individual parents around each element.</p>
<div class="bs-example">
<div class="list-group">
<a href="#" class="list-group-item active">
Cras justo odio
- <span class="glyphicon glyphicon-chevron-right"></span>
</a>
<a href="#" class="list-group-item">Dapibus ac facilisis in
- <span class="glyphicon glyphicon-chevron-right"></span>
</a>
<a href="#" class="list-group-item">Morbi leo risus
- <span class="glyphicon glyphicon-chevron-right"></span>
</a>
<a href="#" class="list-group-item">Porta ac consectetur ac
- <span class="glyphicon glyphicon-chevron-right"></span>
</a>
<a href="#" class="list-group-item">Vestibulum at eros
- <span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
@@ -1926,19 +1863,14 @@ body { padding-bottom: 70px; }
<div class="list-group">
<a href="#" class="list-group-item active">
Cras justo odio
- <span class="glyphicon glyphicon-chevron-right"></span>
</a>
<a href="#" class="list-group-item">Dapibus ac facilisis in
- <span class="glyphicon glyphicon-chevron-right"></span>
</a>
<a href="#" class="list-group-item">Morbi leo risus
- <span class="glyphicon glyphicon-chevron-right"></span>
</a>
<a href="#" class="list-group-item">Porta ac consectetur ac
- <span class="glyphicon glyphicon-chevron-right"></span>
</a>
<a href="#" class="list-group-item">Vestibulum at eros
- <span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
{% endhighlight %}