From 9c12d670ed36951ad3d5cfcf2e83a819911f20a8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 18 Aug 2013 16:27:20 -0700 Subject: [PATCH] clarify inline block mention in docs --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.