aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 41ef5526f..5e9cdf7b2 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -842,7 +842,8 @@ For example, <code>section</code> should be wrapped as inline.
<button type="submit" class="btn">Submit</button>
</form>
<pre class="prettyprint linenums">
-&lt;form class="well"&gt;
+&lt;form&gt;
+ &lt;legend&gt;Legend&lt;/legend&gt;
&lt;label&gt;Label name&lt;/label&gt;
&lt;input type="text" placeholder="Type something…"&gt;
&lt;span class="help-block"&gt;Example block-level help text here.&lt;/span&gt;