Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2014-01-10 09:21:51 +0400
committerMark Otto <otto@github.com>2014-01-10 09:21:51 +0400
commit831bbb8b45ca5d6707433a724106b0d23949a3d9 (patch)
tree248b8b08f57ea771b77742ed512d9cee5a5c6887 /docs/css.html
parent7f153974e10980dccbdd485e63941b591e925148 (diff)
Clarify that the focus docs styles are not in the repo, per https://github.com/twbs/bootstrap-sass/issues/497
Diffstat (limited to 'docs/css.html')
-rw-r--r--docs/css.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/css.html b/docs/css.html
index 3630acd125..1315ffe071 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -1880,12 +1880,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>