diff options
| author | Erik van der Kolk <[email protected]> | 2012-08-18 16:07:48 +0200 |
|---|---|---|
| committer | Erik van der Kolk <[email protected]> | 2012-08-18 16:07:48 +0200 |
| commit | a3c474c4048eff0c43b24bc8134b7ca753ced975 (patch) | |
| tree | c9c4513934ac2d25c881d76976a7776bb401f2cf /docs | |
| parent | f4f6783cc0a4cf17d7c8344204e4d9a64982a831 (diff) | |
| download | bootstrap-a3c474c4048eff0c43b24bc8134b7ca753ced975.tar.xz bootstrap-a3c474c4048eff0c43b24bc8134b7ca753ced975.zip | |
Move code within <pre> tags as close to the left for Input focus
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/base-css.html | 6 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 6 |
2 files changed, 6 insertions, 6 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> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 51438ec2b..ef896d486 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1264,9 +1264,9 @@ <form class="bs-docs-example form-inline"> <input class="input-xlarge focused" id="focusedInput" type="text" value="{{_i}}This is focused...{{/i}}"> </form> - <pre class="prettyprint linenums"> - <input class="input-xlarge" id="focusedInput" type="text" value="{{_i}}This is focused...{{/i}}"> - </pre> +<pre class="prettyprint linenums"> +<input class="input-xlarge" id="focusedInput" type="text" value="{{_i}}This is focused...{{/i}}"> +</pre> <h3>{{_i}}Disabled inputs{{/i}}</h3> <p>{{_i}}Add the <code>disabled</code> attribute on an input to prevent user input and trigger a slightly different look.{{/i}}</p> |
