From 233e050adfc171685fd2c2f6ad760a8556aa0eb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Cederstro=CC=88m?= Date: Fri, 26 Oct 2012 09:47:55 +0200 Subject: Adding .inline for ul and ol --- docs/templates/pages/base-css.mustache | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index e0a028068..b80ce3966 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -311,6 +311,21 @@ <ul class="unstyled"> <li>...</li> </ul> + + +

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

+

{{_i}}A list of floated left items. Can be combined with with .unstyled{{/i}}

+
+ +
+
+<ul class="unstyled inline">
+  <li>...</li>
+</ul>
 

{{_i}}Description{{/i}}

-- cgit v1.2.3