]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
clarify inline block mention in docs
authorMark Otto <otto@github.com>
Sun, 18 Aug 2013 23:27:20 +0000 (16:27 -0700)
committerMark Otto <otto@github.com>
Sun, 18 Aug 2013 23:27:20 +0000 (16:27 -0700)
css.html

index 9bcc63f65f6ad372a962cdd10fd7361979af089d..5dcf17c9f7e4a4b82ccafa25a5fc524df76ec859 100644 (file)
--- a/css.html
+++ b/css.html
@@ -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>