Commit 9c12d670 authored by Mark Otto's avatar Mark Otto

clarify inline block mention in docs

parent f4b744e6
...@@ -906,7 +906,7 @@ base_url: "../" ...@@ -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>
......
Markdown is supported
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