diff options
| author | Chris Rebert <[email protected]> | 2016-01-13 15:57:22 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-13 15:57:54 -0800 |
| commit | 5e9b365b2533d245bc992caaad2beca4bc3d701e (patch) | |
| tree | 016c092d79aa9b2f1ac2c0c17560bf6e42098c03 | |
| parent | bc220835a90f6ce430c4fc788507cf6cbb0407a5 (diff) | |
| download | bootstrap-5e9b365b2533d245bc992caaad2beca4bc3d701e.tar.xz bootstrap-5e9b365b2533d245bc992caaad2beca4bc3d701e.zip | |
List group docs: rm unnecessary <p> from Markdown source
[skip sauce]
| -rw-r--r-- | docs/components/list-group.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/components/list-group.md b/docs/components/list-group.md index 5dbcca2d5..c2fa96463 100644 --- a/docs/components/list-group.md +++ b/docs/components/list-group.md @@ -12,7 +12,7 @@ List groups are a flexible and powerful component for displaying not only simple {:toc} ## Basic example -<p>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.</p> +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. {% example html %} <ul class="list-group"> @@ -102,6 +102,7 @@ Use contextual classes to style list items, default or linked. Also includes `.a <li class="list-group-item list-group-item-warning">Porta ac consectetur ac</li> <li class="list-group-item list-group-item-danger">Vestibulum at eros</li> </ul> + <div class="list-group"> <a href="#" class="list-group-item list-group-item-success">Dapibus ac facilisis in</a> <a href="#" class="list-group-item list-group-item-info">Cras sit amet nibh libero</a> |
