aboutsummaryrefslogtreecommitdiff
path: root/docs/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-01-11 19:13:10 -0800
committerMark Otto <[email protected]>2014-01-11 19:13:10 -0800
commitbacfd65cb2f9de9e9b4b3fcc83a3aef73befcb80 (patch)
treedbeab5560ca6760fa65e9f342c517dcbe56475f9 /docs/css.html
parentea20f44815b535975d1f1416fee15bd1ea7acdb3 (diff)
parent80c9c14ab956459f07a7f1de8693a2ab693bcb51 (diff)
downloadbootstrap-bacfd65cb2f9de9e9b4b3fcc83a3aef73befcb80.tar.xz
bootstrap-bacfd65cb2f9de9e9b4b3fcc83a3aef73befcb80.zip
Merge branch 'master' into docs_derp
Conflicts: docs/getting-started.html
Diffstat (limited to 'docs/css.html')
-rw-r--r--docs/css.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/css.html b/docs/css.html
index 3f73570b0..f4282b9cb 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -1882,12 +1882,13 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<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>
<div class="bs-example">
<form role="form">
- <input class="form-control" id="focusedInput" type="text" value="This is focused...">
+ <input class="form-control" id="focusedInput" type="text" value="Demonstrative focus state">
</form>
</div>
-{% highlight html %}
-<input class="form-control" id="focusedInput" type="text" value="This is focused...">
-{% endhighlight %}
+<div class="bs-callout bs-callout-info">
+ <h4>Demo <code>:focus</code> state</h4>
+ <p>The above example input uses custom styles in our documentation to demonstrate the <code>:focus</code> state on a <code>.form-control</code>.</p>
+</div>
<h2 id="forms-control-disabled">Disabled inputs</h2>
@@ -2082,7 +2083,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<p>Set heights using classes like <code>.input-lg</code>, and set widths using grid column classes like <code>.col-lg-*</code>.</p>
<h3>Height sizing</h3>
- <p>Create larger or smaller form controls that match button sizes.</p>
+ <p>Create taller or shorter form controls that match button sizes.</p>
<div class="bs-example bs-example-control-sizing">
<form role="form">
<div class="controls">