From 79eb5854ea06c95b0640168d243f920ca1ba3f1d Mon Sep 17 00:00:00 2001 From: Steven Black Date: Mon, 23 Feb 2015 22:14:50 -0500 Subject: docs>components>(remainder) headings --- docs/_includes/components/list-group.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/_includes/components/list-group.html') 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 @@

List groups are a flexible and powerful component for displaying not only simple lists of elements, but complex ones with custom content.

-

Basic example

+

Basic example

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.

{% endhighlight %} -

Badges

+

Badges

Add the badges component to any list group item and it will automatically be positioned on the right.

    @@ -51,7 +51,7 @@
{% endhighlight %} -

Linked items

+

Linked items

Linkify list group items by using anchor tags instead of list items (that also means a parent <div> instead of an <ul>). No need for individual parents around each element.

@@ -76,7 +76,7 @@
{% endhighlight %} -

Disabled items

+

Disabled items

Add .disabled to a .list-group-item to gray it out to appear disabled.

@@ -101,7 +101,7 @@
{% endhighlight %} -

Contextual classes

+

Contextual classes

Use contextual classes to style list items, default or linked. Also includes .active state.

@@ -138,7 +138,7 @@
{% endhighlight %} -

Custom content

+

Custom content

Add nearly any HTML within, even for linked list groups like the one below.

-- cgit v1.2.3