aboutsummaryrefslogtreecommitdiff
path: root/docs
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
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')
-rw-r--r--docs/base-css.html6
-rw-r--r--docs/templates/pages/base-css.mustache6
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, &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>
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">
- &lt;input class="input-xlarge" id="focusedInput" type="text" value="{{_i}}This is focused...{{/i}}"&gt;
- </pre>
+<pre class="prettyprint linenums">
+&lt;input class="input-xlarge" id="focusedInput" type="text" value="{{_i}}This is focused...{{/i}}"&gt;
+</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>