aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-04 12:27:30 -0800
committerMark Otto <[email protected]>2012-11-04 12:27:30 -0800
commit68f26d959f97c761206bf5f6f808e6199d620ca2 (patch)
tree506883677bb42f6fbda60540ec82a9d7f68b8fdb /docs/templates
parente4866c4b3c50c1d1bef5c639c13a2210416b0157 (diff)
parent233e050adfc171685fd2c2f6ad760a8556aa0eb2 (diff)
downloadbootstrap-68f26d959f97c761206bf5f6f808e6199d620ca2.tar.xz
bootstrap-68f26d959f97c761206bf5f6f808e6199d620ca2.zip
Merge branch '2.1.2-list-inline' of https://github.com/andriijas/bootstrap into andriijas-2.1.2-list-inline
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/base-css.mustache15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 3439ce1c3..38201f683 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -313,6 +313,21 @@
&lt;/ul&gt;
</pre>
+ <h3>{{_i}}Inline{{/i}}</h3>
+ <p>{{_i}}A list of floated left items. Can be combined with with <code>.unstyled</code>{{/i}}</p>
+ <div class="bs-docs-example">
+ <ul class="unstyled inline">
+ <li><span class="label label-important">&nbsp;&nbsp;</span> Stop signal</li>
+ <li><span class="label label-warning">&nbsp;&nbsp;</span> Prepare for signal</li>
+ <li><span class="label label-success">&nbsp;&nbsp;</span> Go!</li>
+ </ul>
+ </div>
+<pre class="prettyprint linenums">
+&lt;ul class="unstyled inline"&gt;
+ &lt;li&gt;...&lt;/li&gt;
+&lt;/ul&gt;
+</pre>
+
<h3>{{_i}}Description{{/i}}</h3>
<p>{{_i}}A list of terms with their associated descriptions.{{/i}}</p>
<div class="bs-docs-example">