diff options
| author | Mark Otto <[email protected]> | 2013-08-18 16:27:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 16:27:20 -0700 |
| commit | 9c12d670ed36951ad3d5cfcf2e83a819911f20a8 (patch) | |
| tree | 7c7967cdbbf0a5c409d886454d1c4db611bfea05 /css.html | |
| parent | f4b744e697c929c1b0b96ce812160f353a486ec5 (diff) | |
| download | bootstrap-9c12d670ed36951ad3d5cfcf2e83a819911f20a8.tar.xz bootstrap-9c12d670ed36951ad3d5cfcf2e83a819911f20a8.zip | |
clarify inline block mention in docs
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> |
