aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorAndreas Cederstròˆm <[email protected]>2012-10-26 09:47:55 +0200
committerAndreas Cederstròˆm <[email protected]>2012-10-26 09:47:55 +0200
commit233e050adfc171685fd2c2f6ad760a8556aa0eb2 (patch)
tree2f1fba9a814dd8ad3f505e5fa8baf90e2e1585f5 /docs/base-css.html
parentc33169a6bae8675bd65767690d9098a4f9c071a9 (diff)
downloadbootstrap-233e050adfc171685fd2c2f6ad760a8556aa0eb2.tar.xz
bootstrap-233e050adfc171685fd2c2f6ad760a8556aa0eb2.zip
Adding .inline for ul and ol
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 10a7dc62e..a045ec87e 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -376,6 +376,21 @@
&lt;/ul&gt;
</pre>
+ <h3>Inline</h3>
+ <p>A list of floated left items. Can be combined with with <code>.unstyled</code></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>Description</h3>
<p>A list of terms with their associated descriptions.</p>
<div class="bs-docs-example">