aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/components/list-group.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-02-24 16:43:22 -0800
committerMark Otto <[email protected]>2015-02-24 16:43:22 -0800
commitb7b69cd35301d4acdf69d09e1dbb1f4445551b2a (patch)
tree0052099ed7d13b10bc38b24d458637cae5bc5941 /docs/_includes/components/list-group.html
parent05513c52c4b31db3646639ba4e1b8a5ee7271ae9 (diff)
parentbe164f4d1a8703144cfed588ed53d7ec432149e4 (diff)
downloadbootstrap-b7b69cd35301d4acdf69d09e1dbb1f4445551b2a.tar.xz
bootstrap-b7b69cd35301d4acdf69d09e1dbb1f4445551b2a.zip
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'docs/_includes/components/list-group.html')
-rw-r--r--docs/_includes/components/list-group.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/_includes/components/list-group.html b/docs/_includes/components/list-group.html
index 1d02b84f3..e95c9d485 100644
--- a/docs/_includes/components/list-group.html
+++ b/docs/_includes/components/list-group.html
@@ -3,7 +3,7 @@
<p class="lead">List groups are a flexible and powerful component for displaying not only simple lists of elements, but complex ones with custom content.</p>
- <h3 id="list-group-basic">Basic example</h3>
+ <h2 id="list-group-basic">Basic example</h2>
<p>The most basic list group is simply an unordered list with list items, and the proper classes. Build upon it with the options that follow, or your own CSS as needed.</p>
<div class="bs-example" data-example-id="simple-list-group">
<ul class="list-group">
@@ -24,7 +24,7 @@
</ul>
{% endhighlight %}
- <h3 id="list-group-badges">Badges</h3>
+ <h2 id="list-group-badges">Badges</h2>
<p>Add the badges component to any list group item and it will automatically be positioned on the right.</p>
<div class="bs-example" data-example-id="list-group-badges">
<ul class="list-group">
@@ -51,7 +51,7 @@
</ul>
{% endhighlight %}
- <h3 id="list-group-linked">Linked items</h3>
+ <h2 id="list-group-linked">Linked items</h2>
<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" data-example-id="list-group-anchors">
<div class="list-group">
@@ -76,7 +76,7 @@
</div>
{% endhighlight %}
- <h3 id="list-group-disabled">Disabled items</h3>
+ <h2 id="list-group-disabled">Disabled items</h2>
<p>Add <code>.disabled</code> to a <code>.list-group-item</code> to gray it out to appear disabled.</p>
<div class="bs-example" data-example-id="list-group-disabled">
<div class="list-group">
@@ -101,7 +101,7 @@
</div>
{% endhighlight %}
- <h3 id="list-group-contextual-classes">Contextual classes</h3>
+ <h2 id="list-group-contextual-classes">Contextual classes</h2>
<p>Use contextual classes to style list items, default or linked. Also includes <code>.active</code> state.</p>
<div class="bs-example" data-example-id="list-group-variants">
<div class="row">
@@ -138,7 +138,7 @@
</div>
{% endhighlight %}
- <h3 id="list-group-custom-content">Custom content</h3>
+ <h2 id="list-group-custom-content">Custom content</h2>
<p>Add nearly any HTML within, even for linked list groups like the one below.</p>
<div class="bs-example" data-example-id="list-group-custom-content">
<div class="list-group">