diff options
| author | Mark Otto <[email protected]> | 2016-04-08 20:41:44 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-04-08 20:41:44 -0500 |
| commit | 2cc75671e143587ace7efaf79c5b3350a711d57d (patch) | |
| tree | 903e2d53dc15e1c464c7f0377689d1e8cc6dddeb | |
| parent | 62c07b67bffd4af51de354299eac01d905323c03 (diff) | |
| download | bootstrap-2cc75671e143587ace7efaf79c5b3350a711d57d.tar.xz bootstrap-2cc75671e143587ace7efaf79c5b3350a711d57d.zip | |
Fixes #19690: Mention classes better for .list-inline and .list-inline-item
| -rw-r--r-- | docs/content/typography.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/typography.md b/docs/content/typography.md index f0fc1a4bb..a49eadedb 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -211,7 +211,7 @@ Remove the default `list-style` and left margin on list items (immediate childre ### Inline -Place all list items on a single line with `display: inline-block;` and some basic margin between. +Remove a list's bullets and apply some light `margin` with a combination of two classes, `.list-inline` and `.list-inline-item`. {% example html %} <ul class="list-inline"> |
