mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Make Forms => Default styles code snippet the same as example
This commit is contained in:
parent
0c24f51d2a
commit
7f5aa177f5
@ -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>
|
||||
|
3
docs/templates/pages/base-css.mustache
vendored
3
docs/templates/pages/base-css.mustache
vendored
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user