aboutsummaryrefslogtreecommitdiff
path: root/docs/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-17 15:36:36 -0800
committerMark Otto <[email protected]>2013-01-17 15:36:36 -0800
commit97975c5fcf3f671c26d1688f54c8d65bba41c87c (patch)
tree83becdd75a63fadfec3d096f0449e1cde4f6458f /docs/css.html
parent32bcbe5671faf83b9c0161dcae8a1ab0f1d61c59 (diff)
downloadbootstrap-97975c5fcf3f671c26d1688f54c8d65bba41c87c.tar.xz
bootstrap-97975c5fcf3f671c26d1688f54c8d65bba41c87c.zip
Readd focused example of inputs to docs; clean up alerts section
Diffstat (limited to 'docs/css.html')
-rw-r--r--docs/css.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/css.html b/docs/css.html
index 97d25136d..9d215b5bd 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -1590,10 +1590,10 @@ For example, &lt;code&gt;&amp;lt;section&amp;gt;&lt;/code&gt; should be wrapped
<h3 id="forms-input-focus">Input focus</h3>
<p>We remove the default <code>outline</code> styles on some form controls and apply a <code>box-shadow</code> in its place for <code>:focus</code>.</p>
<form class="bs-docs-example form-inline">
- <input class="input-xlarge focused" id="focusedInput" type="text" value="This is focused...">
+ <input class="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;
+&lt;input id="focusedInput" type="text" value="This is focused..."&gt;
</pre>
<h3 id="forms-invalid-inputs">Invalid inputs</h3>