mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 08:50:22 +00:00
Update typography.md
This commit is contained in:
parent
63ea4a38f8
commit
2c7bac8f4f
1 changed files with 3 additions and 3 deletions
|
|
@ -209,9 +209,9 @@ Place all list items on a single line with `display: inline-block;` and some lig
|
|||
|
||||
{% example html %}
|
||||
<ul class="list-inline">
|
||||
<li>Lorem ipsum</li>
|
||||
<li>Phasellus iaculis</li>
|
||||
<li>Nulla volutpat</li>
|
||||
<li class="list-inline-item">Lorem ipsum</li>
|
||||
<li class="list-inline-item">Phasellus iaculis</li>
|
||||
<li class="list-inline-item">Nulla volutpat</li>
|
||||
</ul>
|
||||
{% endexample %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue