aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/css.mustache11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache
index 31d0b6c2e..47ac9e5c9 100644
--- a/docs/templates/pages/css.mustache
+++ b/docs/templates/pages/css.mustache
@@ -1408,17 +1408,6 @@ For example, <code><section></code> should be wrapped
<h3 id="forms-extending-sizes">Control sizing</h3>
<p>Use relative sizing classes like <code>.input-large</code> or match your inputs to the grid column sizes using <code>.span*</code> classes.</p>
- <h4>Block level inputs</h4>
- <p>Make any <code>&lt;input&gt;</code> or <code>&lt;textarea&gt;</code> element behave like a block level element.</p>
- <form class="bs-docs-example" style="padding-bottom: 15px;">
- <div class="controls">
- <input class="input-block-level" type="text" placeholder=".input-block-level">
- </div>
- </form>
-<pre class="prettyprint linenums">
-&lt;input class="input-block-level" type="text" placeholder=".input-block-level"&gt;
-</pre>
-
<h4>Relative sizing</h4>
<p>Create larger or smaller form controls that match button sizes.</p>
<form class="bs-docs-example" style="padding-bottom: 15px;">