Readd focused example of inputs to docs; clean up alerts section
This commit is contained in:
parent
32bcbe5671
commit
97975c5fcf
5 changed files with 23 additions and 62 deletions
|
|
@ -1590,10 +1590,10 @@ For example, <code>&lt;section&gt;</code> 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">
|
||||
<input class="input-xlarge" id="focusedInput" type="text" value="This is focused...">
|
||||
<input id="focusedInput" type="text" value="This is focused...">
|
||||
</pre>
|
||||
|
||||
<h3 id="forms-invalid-inputs">Invalid inputs</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue