From 07de53c644b315852c5f315ab91bfd6d65660d50 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 7 Dec 2013 14:09:03 -0800 Subject: Contextual list group cleanup * Adds nav link to sidebar for contextual classes * Refactors to use prefixed classes, like .list-group-item-info, instead of chained classes * Adds default and linked variations to example in docs --- components.html | 40 ++++++++++++++++++++++++++++------------ 1 file changed, 28 insertions(+), 12 deletions(-) (limited to 'components.html') diff --git a/components.html b/components.html index 3a6ccca1d..5ef006a0d 100644 --- a/components.html +++ b/components.html @@ -3328,23 +3328,39 @@ body { padding-bottom: 70px; } {% endhighlight %}

Contextual classes

-

Use contextual classes to color list items.

+

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

-
- Cras justo odio - Dapibus ac facilisis in - Morbi leo risus - Porta ac consectetur ac - Vestibulum at eros +
+
+
    +
  • Dapibus ac facilisis in
  • +
  • Porta ac consectetur ac
  • +
  • Vestibulum at eros
  • +
  • Cras sit amet nibh libero
  • +
+
+
{% highlight html %} + {% endhighlight %} -- cgit v1.2.3