From: Mark Otto Date: Sun, 18 Aug 2013 23:27:20 +0000 (-0700) Subject: clarify inline block mention in docs X-Git-Tag: v3.0.0~69^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c12d670ed36951ad3d5cfcf2e83a819911f20a8;p=thirdparty%2Fbootstrap.git clarify inline block mention in docs --- diff --git a/css.html b/css.html index 9bcc63f65f..5dcf17c9f7 100644 --- a/css.html +++ b/css.html @@ -906,7 +906,7 @@ base_url: "../" {% endhighlight %}

Inline

-

Place all list items on a single line with inline-block and some light padding.

+

Place all list items on a single line with display: inline-block; and some light padding.