diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/base-css.html | 3 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 3 |
2 files changed, 4 insertions, 2 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> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 28e98439b..a663d4a94 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -779,7 +779,8 @@ <button type="submit" class="btn">{{_i}}Submit{{/i}}</button> </form>{{! /example }} <pre class="prettyprint linenums"> -<form class="well"> +<form> + <legend>{{_i}}Legend{{/i}}</legend> <label>{{_i}}Label name{{/i}}</label> <input type="text" placeholder="{{_i}}Type something…{{/i}}"> <span class="help-block">Example block-level help text here.</span> |
