diff options
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index b3cb0466a..7b09e7175 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1327,9 +1327,9 @@ For example, <code>section</code> should be wrapped as inline. <form class="bs-docs-example form-inline"> <input class="input-xlarge focused" id="focusedInput" type="text" value="This is focused..."> </form> - <pre class="prettyprint linenums"> - <input class="input-xlarge" id="focusedInput" type="text" value="This is focused..."> - </pre> +<pre class="prettyprint linenums"> +<input class="input-xlarge" id="focusedInput" type="text" value="This is focused..."> +</pre> <h3>Disabled inputs</h3> <p>Add the <code>disabled</code> attribute on an input to prevent user input and trigger a slightly different look.</p> |
