diff options
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 3 |
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"> -<form class="well"> +<form> + <legend>Legend</legend> <label>Label name</label> <input type="text" placeholder="Type something…"> <span class="help-block">Example block-level help text here.</span> |
