From 28da31218fc5dc39ece625705c37b8c86d494801 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 4 Nov 2012 12:36:37 -0800 Subject: Refine new inline list option --- docs/base-css.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 8cc571210..dd34401d5 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -377,16 +377,16 @@

Inline

-

A list of floated left items. Can be combined with with .unstyled

+

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

-
-<ul class="unstyled inline">
+<ul class="inline">
   <li>...</li>
 </ul>
 
-- cgit v1.2.3