Commit 2cc75671 authored by Mark Otto's avatar Mark Otto
Browse files

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

parent 62c07b67
Showing with 1 addition and 1 deletion
+1 -1
...@@ -211,7 +211,7 @@ Remove the default `list-style` and left margin on list items (immediate childre ...@@ -211,7 +211,7 @@ Remove the default `list-style` and left margin on list items (immediate childre
### Inline ### 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 %} {% example html %}
<ul class="list-inline"> <ul class="list-inline">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment