clarify inline block mention in docs

This commit is contained in:
Mark Otto 2013-08-18 16:27:20 -07:00
parent f4b744e697
commit 9c12d670ed
1 changed files with 1 additions and 1 deletions

View File

@ -906,7 +906,7 @@ base_url: "../"
{% endhighlight %}
<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">
<ul class="list-inline">
<li>Lorem ipsum</li>