aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorErik van der Kolk <[email protected]>2012-08-18 16:07:48 +0200
committerErik van der Kolk <[email protected]>2012-08-18 16:07:48 +0200
commita3c474c4048eff0c43b24bc8134b7ca753ced975 (patch)
treec9c4513934ac2d25c881d76976a7776bb401f2cf /docs/base-css.html
parentf4f6783cc0a4cf17d7c8344204e4d9a64982a831 (diff)
downloadbootstrap-a3c474c4048eff0c43b24bc8134b7ca753ced975.tar.xz
bootstrap-a3c474c4048eff0c43b24bc8134b7ca753ced975.zip
Move code within <pre> tags as close to the left for Input focus
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html6
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, &lt;code&gt;section&lt;/code&gt; 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">
- &lt;input class="input-xlarge" id="focusedInput" type="text" value="This is focused..."&gt;
- </pre>
+<pre class="prettyprint linenums">
+&lt;input class="input-xlarge" id="focusedInput" type="text" value="This is focused..."&gt;
+</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>