diff options
| author | Mark Otto <[email protected]> | 2013-01-17 15:36:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-17 15:36:36 -0800 |
| commit | 97975c5fcf3f671c26d1688f54c8d65bba41c87c (patch) | |
| tree | 83becdd75a63fadfec3d096f0449e1cde4f6458f /docs/css.html | |
| parent | 32bcbe5671faf83b9c0161dcae8a1ab0f1d61c59 (diff) | |
| download | bootstrap-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.html | 4 |
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, <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> |
