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/templates/pages/base-css.mustache | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 027c6da2a..683f1f9ad 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -289,7 +289,7 @@

{{_i}}Unstyled{{/i}}

{{_i}}Remove default the list-style and left padding on list items (immediate children only).{{/i}}

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

{{_i}}Inline{{/i}}

{{_i}}Place all list items on a single line with inline-block and some light padding.{{/i}}

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