diff --git a/site/content/docs/5.0/components/list-group.md b/site/content/docs/5.0/components/list-group.md index fa576cd66100..e7c5d33fb133 100644 --- a/site/content/docs/5.0/components/list-group.md +++ b/site/content/docs/5.0/components/list-group.md @@ -313,25 +313,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`. -
```html - -
- Home - Profile - Messages - Settings -
+
+ + - -
-
...
-
...
-
...
-
...
+ +
+
...
+
...
+
...
+
...
+
``` -
### Via JavaScript