2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+1 -1
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">