0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Fixes #19690: Mention classes better for .list-inline and .list-inline-item

This commit is contained in:
Mark Otto 2016-04-08 20:41:44 -05:00
parent 62c07b67bf
commit 2cc75671e1

View File

@ -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">