From 508cc1fef4e11b2f985bff5bd663449676d10b0e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 4 Nov 2012 12:38:35 -0800 Subject: change up list classes to use .list- prefix --- docs/base-css.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index d3e4ec307..aceb665c3 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -349,7 +349,7 @@

Unstyled

Remove default the list-style and left padding on list items (immediate children only).

-
-<ul class="unstyled">
+<ul class="list-unstyled">
   <li>...</li>
 </ul>
 
@@ -376,14 +376,14 @@

Inline

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

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