mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
clarify inline block mention in docs
This commit is contained in:
parent
f4b744e697
commit
9c12d670ed
2
css.html
2
css.html
@ -906,7 +906,7 @@ base_url: "../"
|
|||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
<h3>Inline</h3>
|
<h3>Inline</h3>
|
||||||
<p>Place all list items on a single line with <code>inline-block</code> and some light padding.</p>
|
<p>Place all list items on a single line with <code>display: inline-block;</code> and some light padding.</p>
|
||||||
<div class="bs-example">
|
<div class="bs-example">
|
||||||
<ul class="list-inline">
|
<ul class="list-inline">
|
||||||
<li>Lorem ipsum</li>
|
<li>Lorem ipsum</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user