diff --git a/docs/_includes/components/list-group.html b/docs/_includes/components/list-group.html index 607b1e6614..f192896ce4 100644 --- a/docs/_includes/components/list-group.html +++ b/docs/_includes/components/list-group.html @@ -80,20 +80,20 @@

List group items may be buttons instead of list items (that also means a parent <div> instead of an <ul>). No need for individual parents around each element. Don't use the standard .btn classes here.

- - - - - + + + + +
{% highlight html %}
- - - - - + + + + +
{% endhighlight %}