diff options
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
