diff --git a/site/docs/4.5/components/list-group.md b/site/docs/4.5/components/list-group.md index 251dae672ec6..4f51daa3c19f 100644 --- a/site/docs/4.5/components/list-group.md +++ b/site/docs/4.5/components/list-group.md @@ -258,25 +258,25 @@ Use the tab JavaScript plugin—include it individually or through the compiled You can activate a list group navigation without writing any JavaScript by simply specifying `data-toggle="list"` or on an element. Use these data attributes on `.list-group-item`. -
{% highlight html %} - -
- Home - Profile - Messages - Settings -
+
+ + - -
-
...
-
...
-
...
-
...
+ +
+
...
+
...
+
...
+
...
+
{% endhighlight %} -
### Via JavaScript