]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #19690: Mention classes better for .list-inline and .list-inline-item
authorMark Otto <markdotto@gmail.com>
Sat, 9 Apr 2016 01:41:44 +0000 (20:41 -0500)
committerMark Otto <markdotto@gmail.com>
Sat, 9 Apr 2016 01:41:44 +0000 (20:41 -0500)
docs/content/typography.md

index f0fc1a4bb6840e64300787fcd51183b483ce728d..a49eadedb9a737873f834f75f81e9f4d28de20c8 100644 (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">