diff options
| author | Andreas Cederstròˆm <[email protected]> | 2012-10-26 09:47:55 +0200 |
|---|---|---|
| committer | Andreas Cederstròˆm <[email protected]> | 2012-10-26 09:47:55 +0200 |
| commit | 233e050adfc171685fd2c2f6ad760a8556aa0eb2 (patch) | |
| tree | 2f1fba9a814dd8ad3f505e5fa8baf90e2e1585f5 /docs/templates | |
| parent | c33169a6bae8675bd65767690d9098a4f9c071a9 (diff) | |
| download | bootstrap-233e050adfc171685fd2c2f6ad760a8556aa0eb2.tar.xz bootstrap-233e050adfc171685fd2c2f6ad760a8556aa0eb2.zip | |
Adding .inline for ul and ol
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 15 |
1 files changed, 15 insertions, 0 deletions
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 @@ -313,6 +313,21 @@ </ul> </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"> </span> Stop signal</li> + <li><span class="label label-warning"> </span> Prepare for signal</li> + <li><span class="label label-success"> </span> Go!</li> + </ul> + </div> +<pre class="prettyprint linenums"> +<ul class="unstyled inline"> + <li>...</li> +</ul> +</pre> + <h3>{{_i}}Description{{/i}}</h3> <p>{{_i}}A list of terms with their associated descriptions.{{/i}}</p> <div class="bs-docs-example"> |
